Update README.md

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-30 13:07:28 +02:00 committed by GitHub
parent 0c10f29600
commit 18ed6b7ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ Just run the command `dub add bformat`.
When using the library you will want to use the two functions provided `sendMessage(Socket, byte[])` and `receiveMessage(Socket, ref byte[])`. These two functions allow you to send data and have it encoded into the bformat format and receive data and interpret the received bformat format such that the correct length of data can read.
And then you can take a look at the [source code documentation](https://bformat.dpldocs.info/v3.1.18/) here on the functions the library provides and how to use them.
And then you can take a look at the [source code documentation](https://bformat.dpldocs.info/index.html) here on the functions the library provides and how to use them.