From 6f4dfaa45ecd8b607df689bade5b7bebd87ac96e Mon Sep 17 00:00:00 2001 From: Leif Wickland Date: Tue, 10 Apr 2018 10:22:48 -0600 Subject: [PATCH] Fix minor typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07b9c420b..0fa1cb755 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ the notes of version [0.8.2](https://github.com/jrudolph/sbt-dependency-graph/tr * `dependencyDot`: Generates a .dot file with the project's dependencies to `target/dependencies-.dot`. Use [graphviz](http://www.graphviz.org/) to render it to your preferred graphic format. * `dependencyGraph`: Shows an ASCII graph of the project's dependencies on the sbt console (only supported on sbt 0.13) - * `ivyReport`: let's ivy generate the resolution report for you project. Use + * `ivyReport`: Lets ivy generate the resolution report for you project. Use `show ivyReport` for the filename of the generated report All tasks can be scoped to a configuration to get the report for a specific configuration. `test:dependencyGraph`,