chore: Updated README.md.

pull/1/head
polistern 2022-06-08 18:39:34 +01:00
parent 5a89fe4c16
commit 772262c773
Signed by: polistern
GPG Key ID: E131651B5A988EAC
1 changed files with 4 additions and 4 deletions

View File

@ -4,15 +4,15 @@ A C++ library for the [SAM v3 API](https://geti2p.net/en/docs/api/samv3).
## Development Status
The library will require SAM v3.1 server.
The library will require SAM v3.1 server.
Pre-release (ongoing refactoring work and migration to C++11).
## Usage
### Library
Copy the files `i2psam.cpp` and `i2psam.h` into your codebase, or build the
library `libi2psam.a`:
Copy the files `i2psam.cpp` and `i2psam.h` into your codebase.
You can also build the library `libi2psam.a`:
```
make
@ -20,7 +20,7 @@ make
### Example
See `eepget.cpp` for example TCP client usage.
See `eepget.cpp` for example TCP client usage.
Build with:
```