Skip to content

Commit

Permalink
fix: fix missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
YS2012 committed Jan 10, 2025
1 parent d3e3398 commit 2f7faed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/storykit/src/stories/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Plug-and-play Next.js components for Story Protocol.

## Installation

_Storykit is currently a private github package so you will need repo access and a personal access token to use_
_Storykit is currently a private github package so you will need repo access and a personal access token to use._

1 . Create a personal access token: [github.com/settings/tokens](https://github.com/settings/tokens)
1 . Create a personal access token: [github.com/settings/tokens](https://github.com/settings/tokens).

2 . Create an `.npmrc` file in the root of your project and add the following, replacing `NPM_TOKEN` with your access token:

Expand Down Expand Up @@ -65,7 +65,7 @@ Run Storybook locally for component development and documentation:
pnpm dev
```

Find the Storybook at [http://localhost:6006](http://localhost:6006)
Find the Storybook at [http://localhost:6006](http://localhost:6006).

### Example app

Expand All @@ -76,7 +76,7 @@ pnpm build
pnpm dev-example
```

The dev server will be running at [http://localhost:3000](http://localhost:3000)
The dev server will be running at [http://localhost:3000](http://localhost:3000).

### Linting and formatting

Expand All @@ -94,7 +94,7 @@ pnpm format

## Usage

Using Storykit in your React app
Using Storykit in your React app.

### Include React Query

Expand Down Expand Up @@ -169,7 +169,7 @@ const ExampleComponent = () => {

### The IpGraph

Some components require the IpProvider to supply asset data
Some components require the IpProvider to supply asset data.

```typescript
"use client"
Expand Down

0 comments on commit 2f7faed

Please sign in to comment.