andreped commited on
Commit
12f35c0
1 Parent(s): d3980a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ livermask --input path-to-input --output path-to-output
35
  | `--vessels` | to segment vessels |
36
 
37
  ### Using code directly:
38
- If you wish to use the code directly (not as a CLI and without installing) you have to run the command:
39
  ```
40
  python -m livermask.livermask --input path-to-input --output path-to-output
41
  ```
 
35
  | `--vessels` | to segment vessels |
36
 
37
  ### Using code directly:
38
+ If you wish to use the code directly (not as a CLI and without installing), you can run this command:
39
  ```
40
  python -m livermask.livermask --input path-to-input --output path-to-output
41
  ```