Skip to content

Commit

Permalink
Merge pull request #3 from elisaado/patch-1
Browse files Browse the repository at this point in the history
Fix "https://" not allowed in import path
  • Loading branch information
made2591 committed Jul 15, 2018
2 parents d3bc656 + fd250ed commit f9cb1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To run a simple test just open a shell and run the following:
```
git clone https://github.com/made2591/go-perceptron-go
cd go-perceptron-go
go get https://github.com/sirupsen/logrus
go get github.com/sirupsen/logrus
go run main.go
```

Expand Down

0 comments on commit f9cb1d4

Please sign in to comment.