docs cleanup

This commit is contained in:
antonio
2024-06-14 11:58:17 +02:00
parent 4fd892e1bd
commit 2bd35e423f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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