Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Nov 16, 2023
1 parent d71dd35 commit e5511c5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/astro/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Spotlight for Astro

This is package is specifically built to add Spotlight to your Astro application with one command.

## Installation

```js
npx astro add @spotlightjs/astro
```

## Usage

```js
// astro.config.mjs
import spotlight from '@spotlightjs/astro';

export default defineConfig({
integrations: [spotlight()],
});
```

0 comments on commit e5511c5

Please sign in to comment.