aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 001d58e..92c1a23 100644
--- a/README.md
+++ b/README.md
@@ -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
+```