Skip to content

Commit

Permalink
Update README.md (prettier#19)
Browse files Browse the repository at this point in the history
Rename obsolete `prettier-with-tabs` into `prettier-miscellaneous`
  • Loading branch information
floribon authored and rhengles committed Jun 19, 2017
1 parent 265d18b commit 0ba5f37
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 @@ -140,21 +140,21 @@ objects]._
Install:

```
yarn add prettier-with-tabs --dev
yarn add prettier-miscellaneous --dev
=======
yarn add prettier --dev
```

You can install it globally if you like:

```
yarn global add prettier-with-tabs
yarn global add prettier-miscellaneous
```

*We're defaulting to `yarn` but you can use `npm` if you like:*

```
npm install [-g] prettier-with-tabs
npm install [-g] prettier-miscellaneous
```

### CLI
Expand Down Expand Up @@ -293,7 +293,7 @@ Prettier ships with a handful of customizable format options, usable in both the
The API has three functions, exported as `format`, `check`, and `formatWithCursor`. `format` usage is as follows:

```js
const prettier = require("prettier-with-tabs");
const prettier = require("prettier-miscellaneous");

const options = {} // optional
prettier.format(source, options);
Expand Down

0 comments on commit 0ba5f37

Please sign in to comment.