Browse Source

Fixed wrong go import path (#83)

Sascha Grunert 8 years ago
parent
commit
6f895c6315
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -132,7 +132,7 @@ Go-Guerrilla can be imported and used as a package in your Go project.
 #### 1. Import the guerrilla package
 ```go
 import (
-    "github.com/flashmob/go-guerrilla/guerrilla"
+    "github.com/flashmob/go-guerrilla"
 )