From 7f1b0e7a61ce9995d117a26089d74d0560d63519 Mon Sep 17 00:00:00 2001 From: James Miller Date: Sat, 25 Apr 2020 01:47:52 -0500 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 870bdcd..0984df0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ generated. You can visit its website at http://sqlite.org. If you are on an *nix-style operating sytstem, you can install through your operating system's package manager. -- ****Debian/Ubuntu**: run as root: `apt install sqlite3` +- **Debian/Ubuntu**: run as root: `apt install sqlite3` - **Fedora**: run as root: `dnf install sqlite`