andreped commited on
Commit
9450d3d
1 Parent(s): 63e8ec2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ livermask --input path-to-input --output path-to-output
32
  | `--output` | the full path to the output data. Could be either output name or directory (if directory is provided as input) |
33
  | `--cpu` | to disable the GPU (force computations on GPU only) |
34
  | `--verbose` | to enable verbose |
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:
 
32
  | `--output` | the full path to the output data. Could be either output name or directory (if directory is provided as input) |
33
  | `--cpu` | to disable the GPU (force computations on GPU only) |
34
  | `--verbose` | to enable verbose |
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: