Skip to content

Commit

Permalink
docs(readme): correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWebb committed Jun 21, 2024
1 parent 35afbf0 commit f1c4ee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Storybook Addon Github Link

A Storybook Addon to add a link to [Github](https://github.com/) source code for each story.
A Storybook Addon to add a link to Github source code for each story.

## Installation

```sh
npm install @etchteam/storybook-addon-github --save-dev
npm install @etchteam/storybook-addon-githu-link --save-dev
```

## Storybook setup
Expand All @@ -16,7 +16,7 @@ Add the following content to it:

```js
export default {
addons: ['@etchteam/storybook-addon-github']
addons: ['@etchteam/storybook-addon-github-link']
}
```

Expand Down

0 comments on commit f1c4ee8

Please sign in to comment.