Documentation tweaks

This commit is contained in:
Maas-Maarten Zeeman
2022-05-27 09:38:24 +02:00
parent f383499868
commit e831ba0a33
5 changed files with 148 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
@author Maas-Maarten Zeeman <mmzeeman@xs4all.nl>
@title eSqlite Documentation
@title ESQLite Documentation
@doc
eSqlite is a library which makes it possible to use sqlite databases in erlang. It is implemented
ESQLite is a library which makes it possible to use sqlite databases in erlang. It is implemented
as a NIF, which means that the sqlite database engine is linked to the erlang virtual machine.
<hr />