diff --git a/README.md b/README.md index 251c99ba..ad4b56c6 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ INSERT INTO foo (n) VALUES(random()); * In case it isn't obvious, rqlite does not replicate any changes made directly to any underlying SQLite file, when run in "on disk" mode. **If you change the SQLite file directly, you will cause rqlite to fail**. Only modify the database via the HTTP API. * SQLite dot-commands such as `.schema` or `.tables` are not directly supported by the API, but the rqlite CLI supports some very similar functionality. This is because those commands are features of the `sqlite3` command, not SQLite itself. -## Status and Diagnotics +## Status and Diagnostics You can learn how to check status and diagnostics [here](https://github.com/rqlite/rqlite/blob/master/DOC/DIAGNOSTICS.md). ## Backup and restore