Skip to content

Commit

Permalink
fix: documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Nov 18, 2020
1 parent 089091f commit be46a70
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 @@ -15,10 +15,10 @@ They are sorted in various categories:
- xyObject: functions that apply on an array of point `[{x,y}]`
- xreim: functions that apply on an object `{x: [], re:[], im:[]}`
- reim: functions that apply on an object `{re: [], im:[]}`
- zone: functions that apply on a zone `{from,to}`
- zones: functions that apply on an array of zone `[{from,to}]`

The name of the functions starts with the first argument on which they apply.

The name of the functions start with the first argument on which they apply.
## Installation

`$ npm i ml-spectra-processing`
Expand Down

0 comments on commit be46a70

Please sign in to comment.