Skip to content

Commit

Permalink
Merge pull request #102 from Financial-Times/jenniferemshepherd-patch-1
Browse files Browse the repository at this point in the history
Change @financial-times/ebi to ebi
  • Loading branch information
jenniferemshepherd authored May 10, 2019
2 parents 7f92262 + 9b00195 commit e6d0f88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ Ebi (えび) is [Japanese for prawn/shrimp](https://translate.google.com/#view=h

## Global installation (recommmended)

`npm install --global @financial-times/ebi`
`npm install --global ebi`

When you run the tool, it will automatically notify you if there is a newer version of it available for you to update to.

[You can disable notifications](https://www.npmjs.com/package/update-notifier#user-settings) if you'd prefer not to be notified about updates.

## No installation

`npx @financial-times/ebi`
`npx ebi`

The npx command lets you use this tool without installing it. However, each time you use npx it downloads the whole package from the npm registry, which takes a while. That's why global installation is reccommended.

> Note: If this tool is globally installed, npx @financial-times/ebi will use that globally installed version rather than downloading.
> Note: If this tool is globally installed, npx ebi will use that globally installed version rather than downloading.
## Usage

Expand Down

0 comments on commit e6d0f88

Please sign in to comment.