Skip to content

Commit a7963ba

Browse files
authored
Update README.md
1 parent e85ccd3 commit a7963ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Read [NIRX](https://nirx.net/) functional near-infrared spectroscopy files in Ju
88
## Installation
99

1010
```julia
11-
Pkg.add("NIRX")
11+
] add NIRX
1212
```
1313

1414

@@ -24,5 +24,5 @@ triggers, header_info, info, wl1, wl2, config = read_NIRX("path/to/your/data")
2424

2525
Tests are automatically run on continuous integration servers, the icon above indicates if they are passing. To run the tests locally run...
2626
```julia
27-
Pkg.test("NIRX")
27+
] test NIRX
2828
```

0 commit comments

Comments
 (0)