Skip to content

Commit

Permalink
remove unnecessary -s flag
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored Aug 1, 2020
1 parent f021908 commit beb88f8
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 @@ -17,12 +17,12 @@ A flexible library to map numerical values to colors
## Install
Install the `@colormap/core` package
```
npm install -S @colormap/core
npm install @colormap/core
```

Optionally install `@colormap/preset` to have popular colormaps from [matplotlib](https://matplotlib.org/tutorials/colors/colormaps.html) readily available
```
npm install -S @colormap/preset
npm install @colormap/preset
```

## Basic Usage
Expand Down

0 comments on commit beb88f8

Please sign in to comment.