README.md in depcheck-0.3.0 vs README.md in depcheck-0.4.0

- old
+ new

@@ -28,10 +28,10 @@ ## Usage `Analyze` command reports dependencies per classes. `Usage` command reports how many dependants a class have. `Graph` command generates dependency graph. -Build your project, and then run: +Build your project using Debug configuration, and then run: ```sh $ depcheck analyze --project path/to/project.xcodeproj ```