diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ -# API +# API wrapper -Generic api functions +API handler wrapper ## Usage @@ -19,7 +19,7 @@ import ( "log" "net/http" - "github.com/gogeneric/api" + "github.com/neonxp/api" ) func main() { @@ -50,4 +50,4 @@ type helloResponse struct { Message string `json:"message"` } -```
\ No newline at end of file +``` |