shapito: update README.md

This commit is contained in:
Dmitry Simonenko 2017-06-08 16:09:07 +03:00
parent daba81087e
commit c26406d96d
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
**shapito**
shapito
--------
PostgreSQL protocol-level client C library.
API reference
-------------
**API REFERENCE*
**PostgreSQL packet validators**
@ -12,7 +12,7 @@ so_read_startup()
so_read()
```
**Frontend to Backend messages **
**Frontend to Backend messages**
```C
so_fewrite_startup_message()
@ -35,7 +35,7 @@ so_feread_auth();
so_feread_parameter();
```
**Backend to Frontend messages **
**Backend to Frontend messages**
```C
so_bewrite_error()