From 592462a18271d9bc7a3395f94d8d7df08566724a Mon Sep 17 00:00:00 2001 From: zdm Date: Fri, 11 Oct 2024 10:16:06 +0300 Subject: [PATCH] chore: update docs --- README.md | 4 ++-- docs/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52b0314..2078757 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -> :information_source: Please, see the full project documentation here: [https://softvisio-node.github.io/sqlite/](https://softvisio-node.github.io/sqlite/). +> :information_source: Please, see the full project documentation here:
[https://softvisio-node.github.io/sqlite/](https://softvisio-node.github.io/sqlite/) # Introduction @@ -12,5 +12,5 @@ Repacked version of [better-sqlite3](https://github.com/JoshuaWise/better-sqlite ## Install ```shell -npm i @softvisio/sqlite +npm install @softvisio/sqlite ``` diff --git a/docs/README.md b/docs/README.md index 556e6e2..8376d0d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,5 +8,5 @@ Repacked version of [better-sqlite3](https://github.com/JoshuaWise/better-sqlite ## Install ```shell -npm i @softvisio/sqlite +npm install @softvisio/sqlite ```