Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Reverting `<username>` part.
  • Loading branch information
gangsthub authored Aug 21, 2018
1 parent 246308a commit ecb9768
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
```sh
cd my-nuxt-project/
mkdir modules/
git clone https://github.com/nuxt-community/nuxt-i18n.git modules/nuxt-i18n
git clone https://github.com/<username>/nuxt-i18n.git modules/nuxt-i18n
# or
git clone git@github.com:nuxt-community/nuxt-i18n.git modules/nuxt-i18n
git clone git@github.com:<username>/nuxt-i18n.git modules/nuxt-i18n
```

- Edit your Nuxt config to use the local module:
Expand Down Expand Up @@ -76,9 +76,9 @@ yarn lint && yarn test
- Fork and clone the project

```sh
git clone git@github.com:nuxt-community/nuxt-i18n.git
git clone git@github.com:<username>/nuxt-i18n.git
# or
git clone https://github.com/nuxt-community/nuxt-i18n.git
git clone https://github.com/<username>/nuxt-i18n.git
```

- Install the dependencies
Expand Down

0 comments on commit ecb9768

Please sign in to comment.