Skip to content

Commit

Permalink
Fix install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwr1 authored Jul 6, 2021
1 parent 8f14593 commit 16f5423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ A font that maps every character to one glyph.
To install run the following command:

```sh
npm install -D fallback-font
npm install fallback-font
```

or with yarn run:

```sh
yarn add -D fallback-font
yarn add fallback-font
```

Then import one of the css files inside your app. For example: `import "fallback-font/fallback-outline.css";`
Expand Down

0 comments on commit 16f5423

Please sign in to comment.