Skip to content

Commit

Permalink
Update README.md (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelDarley authored Oct 2, 2024
1 parent 90472d8 commit 1b77fef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The official SurrealDB SDK for C.
> [!WARNING]
> There is an issue with cbindgen which causes incorrect ordering of header files, so linking may fail.\
> This should be fixed soon, or can be worked around by using a published header file or manually reordering
> see: https://github.com/mozilla/cbindgen/issues/981


Expand All @@ -59,4 +60,4 @@ if (sr_connect(&err, &db, endpoint) < 0)
}

sr_surreal_disconnect(db);
```
```

0 comments on commit 1b77fef

Please sign in to comment.