mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
docs cleanup
This commit is contained in:
@@ -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.
|
You can use `yarn`, `npm`, `pnpm`, `bun`. We use npm because is the more simple.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm i litlyx
|
npm i litlyx-js
|
||||||
```
|
```
|
||||||
|
|
||||||
## Choose your Framework
|
## Choose your Framework
|
||||||
|
|||||||
@@ -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 👇
|
4. **Setup LitLyx**: Use the following commands to install and initialize LitLyx 👇
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm i litlyx
|
npm i litlyx-js
|
||||||
```
|
```
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
|
|||||||
Reference in New Issue
Block a user