From ab25c2d2b67cd4aa09545a33599821467f277240 Mon Sep 17 00:00:00 2001 From: Maas-Maarten Zeeman Date: Wed, 5 Sep 2018 06:58:27 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo 😊 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6009fad..4611d29 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An Erlang nif library for sqlite3. 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 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