Skip to content

Commit 290fd80

Browse files
committed
Fixed typo in README
1 parent 40eac58 commit 290fd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ with pip: `pip install .`
4848
4949
3. Run the tool. Give it the database endpoint and directory where the IAM data is stored as arguments:
5050
```
51-
iamgraph run --db-uri bolt://localhost:7687 run --input-dir ./input/
51+
iamgraph --db-uri bolt://localhost:7687 run --input-dir ./input/
5252
```
5353
The individual stages (model and analyse) can also be run separaterly. See `iamgraph help` for details.
5454

0 commit comments

Comments
 (0)