Skip to content

Commit

Permalink
update readme to actual package name
Browse files Browse the repository at this point in the history
  • Loading branch information
KennanHunter committed Aug 6, 2023
1 parent d51cc17 commit 4e178b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
> For almost everything, just replace
> `kennanhunter` with your username
> `@kennanhunter/npm-package-template` with your npm name (line 20 + 21 of readme.md)
> `npm-package-template` with your repo name
> `kennanhunter` with your username,
> `@kennanhunter/npm-package-template` with your npm name (line 20 + 21 of readme.md),
> and `npm-package-template` with your repo name
>
> For github actions add
>
Expand All @@ -27,9 +27,9 @@

```shell
# npm
npm install npm-package-template
npm install @kennanhunter/npm-package-template
# Yarn
yarn add npm-package-template
yarn add @kennanhunter/npm-package-template
```

### Adding
Expand Down

0 comments on commit 4e178b4

Please sign in to comment.