From 214533f4bfea085e9789a388e3b9342af3bb71c5 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Sun, 27 Feb 2022 17:43:05 +0100 Subject: [PATCH] Minor Readme Fix --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5bf519f..58bf658 100644 --- a/Readme.md +++ b/Readme.md @@ -39,7 +39,7 @@ This will prevent strings from being referenced, possibly bloating file size, bu #### SQLite3 Database Persistence -Uses a SQLite3 database to persistently store a Lua table. **Experimental.**. Obtaining it is a bit trickier, as it requires access to the `lsqlite3` library, which may be passed: +Uses a SQLite3 database to persistently store a Lua table. **Experimental.** Obtaining it is a bit trickier, as it requires access to the `lsqlite3` library, which may be passed: ```lua local modlib_sqlite3 = persistence.sqlite3(require"lsqlite3")