Skip to content

Commit

Permalink
Merge pull request #22 from amilajack/patch-1
Browse files Browse the repository at this point in the history
remove unnecessary -s flag
  • Loading branch information
alesgenova authored Aug 1, 2020
2 parents f021908 + beb88f8 commit d0225e3
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 d0225e3

Please sign in to comment.