diff --git a/README.md b/README.md index bfa2584..e9caf9f 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Install https://golang.github.io/dep/docs/installation.html ``` - $ dep ensure - $ go build - $ go test - $ ./tideliftcli scan ~/test - test/fixtures/yarn.lock, test/fixtures/Gemfile, test/fixtures/subdir/requirements.txt, test/fixtures/a/b/c/d/e/f/g/requirements.txt +$ dep ensure +$ go build +$ go test +$ ./tideliftcli scan ~/test + test/fixtures/yarn.lock, test/fixtures/Gemfile, test/fixtures/subdir/requirements.txt, test/fixtures/a/b/c/d/e/f/g/requirements.txt ```