aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <a.kiryukhin@mail.ru>2022-01-31 13:12:51 +0300
committerGitHub <noreply@github.com>2022-01-31 13:12:51 +0300
commit7e8563cf873c2b01da55f55e7a8e5efb2ad42e59 (patch)
treee8782db8949a043490d2d99c2b8b989e88fb6b32
parenteb2d51dcbf6628bd517b6d0ed14d4df7f53f1504 (diff)
Update README.mdHEADmaster
-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
+```