From 52d3657c219a179e68a2bdc43ed079131b86492e Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 13 May 2019 23:46:32 -0400 Subject: [PATCH] readme update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ```