Update README.md

Typo 😊
This commit is contained in:
Maas-Maarten Zeeman
2018-09-05 06:58:27 +02:00
committed by GitHub
parent 6728a0c020
commit ab25c2d2b6

View File

@@ -6,7 +6,7 @@ An Erlang nif library for sqlite3.
Introduction Introduction
------------ ------------
This library allows you to use the accelent sqlite engine from This library allows you to use the excellent sqlite engine from
erlang. The library is implemented as a nif library, which allows for erlang. The library is implemented as a nif library, which allows for
the fastest access to a sqlite database. This can be risky, as a bug the fastest access to a sqlite database. This can be risky, as a bug
in the nif library or the sqlite database can crash the entire Erlang in the nif library or the sqlite database can crash the entire Erlang