Skip to content

Commit

Permalink
fix(Updating package name on examples in README.md): 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
kayooliveira committed Jun 2, 2022
1 parent 979a292 commit 92be5c2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Vite is a build tool that aims to provide a faster and leaner development experi

> Just run the following commands in your terminal.
```
$ yarn create kowindv3 <project-name> --template <template-name>
$ yarn create kowind <project-name> --template <template-name>
#or
$ npm init kowindv3 <project-name> --template <template-name>
$ npm init kowind <project-name> --template <template-name>
$ cd <project-name>
```
Expand Down
4 changes: 2 additions & 2 deletions packages/create-kowind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Vite is a build tool that aims to provide a faster and leaner development experi

> Just run the following commands in your terminal.
```
$ yarn create kowindv3 <project-name> --template <template-name>
$ yarn create kowind <project-name> --template <template-name>
#or
$ npm init kowindv3 <project-name> --template <template-name>
$ npm init kowind <project-name> --template <template-name>
$ cd <project-name>
```
Expand Down
4 changes: 2 additions & 2 deletions packages/create-kowind/template-react-kowind-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Vite is a build tool that aims to provide a faster and leaner development experi

> Just run the following commands in your terminal.
```
$ yarn create kowindv3 <project-name> --template <template-name>
$ yarn create kowind <project-name> --template <template-name>
#or
$ npm init kowindv3 <project-name> --template <template-name>
$ npm init kowind <project-name> --template <template-name>
$ cd <project-name>
```
Expand Down
4 changes: 2 additions & 2 deletions packages/create-kowind/template-react-ts-kowind-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Vite is a build tool that aims to provide a faster and leaner development experi

> Just run the following commands in your terminal.
```
$ yarn create kowindv3 <project-name> --template <template-name>
$ yarn create kowind <project-name> --template <template-name>
#or
$ npm init kowindv3 <project-name> --template <template-name>
$ npm init kowind <project-name> --template <template-name>
$ cd <project-name>
```
Expand Down
4 changes: 2 additions & 2 deletions packages/create-kowind/template-vanilla-kowind-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Vite is a build tool that aims to provide a faster and leaner development experi

> Just run the following commands in your terminal.
```
$ yarn create kowindv3 <project-name> --template <template-name>
$ yarn create kowind <project-name> --template <template-name>
#or
$ npm init kowindv3 <project-name> --template <template-name>
$ npm init kowind <project-name> --template <template-name>
$ cd <project-name>
```
Expand Down
4 changes: 2 additions & 2 deletions packages/create-kowind/template-vue-kowind-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Vite is a build tool that aims to provide a faster and leaner development experi

> Just run the following commands in your terminal.
```
$ yarn create kowindv3 <project-name> --template <template-name>
$ yarn create kowind <project-name> --template <template-name>
#or
$ npm init kowindv3 <project-name> --template <template-name>
$ npm init kowind <project-name> --template <template-name>
$ cd <project-name>
```
Expand Down
4 changes: 2 additions & 2 deletions packages/create-kowind/template-vue-ts-kowind-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Vite is a build tool that aims to provide a faster and leaner development experi

> Just run the following commands in your terminal.
```
$ yarn create kowindv3 <project-name> --template <template-name>
$ yarn create kowind <project-name> --template <template-name>
#or
$ npm init kowindv3 <project-name> --template <template-name>
$ npm init kowind <project-name> --template <template-name>
$ cd <project-name>
```
Expand Down

0 comments on commit 92be5c2

Please sign in to comment.