Skip to content

Commit

Permalink
Update Prettier editor integration link (facebook#3503)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaving authored and gaearon committed Nov 25, 2017
1 parent 7c5f8d5 commit 3675739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Next we add a 'lint-staged' field to the `package.json`, for example:

Now, whenever you make a commit, Prettier will format the changed files automatically. You can also run `./node_modules/.bin/prettier --single-quote --write "src/**/*.{js,jsx}"` to format your entire project for the first time.

Next you might want to integrate Prettier in your favorite editor. Read the section on [Editor Integration](https://github.com/prettier/prettier#editor-integration) on the Prettier GitHub page.
Next you might want to integrate Prettier in your favorite editor. Read the section on [Editor Integration](https://prettier.io/docs/en/editors.html) on the Prettier GitHub page.

## Changing the Page `<title>`

Expand Down

0 comments on commit 3675739

Please sign in to comment.