Skip to content

Commit

Permalink
docs: improve getting started section
Browse files Browse the repository at this point in the history
  • Loading branch information
brunos3d committed Dec 3, 2024
1 parent 8cad687 commit c8ac2ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ The project is organized into the following directories:

## 🚀 Getting Started

To get started with the `react-ambilight` component in your React project, please refer to the [package README](./packages/react-ambilight/README.md) for detailed installation and usage instructions.
To get started with the `react-ambilight` component, you can install it via npm using the following command:

```bash
npm install react-ambilight
```

Please refer to the [package README](./packages/react-ambilight/README.md) for detailed installation and usage instructions.

## 📄 License

Expand Down

0 comments on commit c8ac2ff

Please sign in to comment.