Minimal SQLite key-value store for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: apply British English spelling to all READMEs

- License -> Licence
- color -> colour (in prose, not API/code)
- behavior -> behaviour
- analyze -> analyse
- organized -> organised
- Remove marketing buzzwords (leveraging)
- Remove emojis from prose

+1 -1
+1 -1
README.md
··· 135 135 - [Architecture of SQLite](https://www.sqlite.org/arch.html) - Official architecture docs 136 136 - [SQLite Source Code](https://sqlite.org/src/doc/trunk/README.md) - C reference implementation 137 137 138 - ## License 138 + ## Licence 139 139 140 140 MIT License. See [LICENSE.md](LICENSE.md) for details.