Skip to content

Commit 3dbb50b

Browse files
committed
Language
1 parent 7599d1d commit 3dbb50b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ Usage scenarios
6060
How big is this project?
6161
--
6262

63-
This is answered by producing a graph for the whole project without
64-
knowing anything about it. This graph
65-
may be unreadable, but it gives a sense of the project's complexity.
66-
Use the canonical command pipeline for this:
63+
Produce a graph for the whole project without knowing anything about
64+
it. This graph may be unreadable, but it gives a sense of the
65+
project's complexity. Use the canonical command pipeline for this:
6766

6867
```
6968
$ cd my-project
@@ -87,7 +86,7 @@ tangled up.
8786
as performed by `tred` helps with that but is not always sufficient.
8887

8988
For better results, you can build a graph only for selected
90-
components. This is achieved by specifying `dune` files or selected
89+
components. Specify `dune` files or selected
9190
subfolders directly on the command line. Something like this:
9291

9392
```

0 commit comments

Comments
 (0)