From 2bd35e423fc8f3ccbd4701f2666b351a554324be Mon Sep 17 00:00:00 2001 From: antonio Date: Fri, 14 Jun 2024 11:58:17 +0200 Subject: [PATCH] docs cleanup --- docs/docs/getstarted/import.md | 2 +- docs/docs/intro.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/getstarted/import.md b/docs/docs/getstarted/import.md index c0e754a..a5b7665 100644 --- a/docs/docs/getstarted/import.md +++ b/docs/docs/getstarted/import.md @@ -10,7 +10,7 @@ Installing and integrating LitLyx into your code is simpler than anything else y You can use `yarn`, `npm`, `pnpm`, `bun`. We use npm because is the more simple. ```bash -npm i litlyx +npm i litlyx-js ``` ## Choose your Framework diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 2fc6d23..ccc114e 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -39,7 +39,7 @@ This script collects various data from your websites, including `page visits`, ` 4. **Setup LitLyx**: Use the following commands to install and initialize LitLyx 👇 ```bash -npm i litlyx +npm i litlyx-js ``` ```ts