]> Sergey Matveev's repositories - path-extractor.git/blobdiff - README.md
gofmt all the code
[path-extractor.git] / README.md
index 67fb3d1f0c49673be83c5117def80f386e1aa9d9..4cdfd759ccf68d79f88949c4c0e8f6b91395e244 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # PathExtractor (pe)
 
-![demo](raw.github.com/edi9999/i/master/demo.gif)
+![demo](https://raw.github.com/edi9999/i/master/demo.gif)
 
 PathExtractor is a command line tool that extracts a list of files/paths from stdin.
 
@@ -56,10 +56,7 @@ With bash:
 
 ```
 git clone # in your go path
-
 go test
-
 go build
-
 go install
 ```