Skip to content

Commit

Permalink
Fixing code in NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PMassicotte committed Jun 26, 2019
1 parent 9297ef5 commit 00c6f9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

Because of the major change of `eem_read()`, existing code will brake. The user still can uses the old importing functions by specifying the spectrofluorometer to use as follows:

- `eem_read(file, import_function = "cary"`
- `eem_read(file, import_function = "aqualog"`
- `eem_read(file, import_function = "shimadzu"`
- `eem_read(file, import_function = "fluoromax4"`
- `eem_read(file, import_function = "cary")`
- `eem_read(file, import_function = "aqualog")`
- `eem_read(file, import_function = "shimadzu")`
- `eem_read(file, import_function = "fluoromax4")`

## New features

Expand Down

0 comments on commit 00c6f9e

Please sign in to comment.