From 7e8563cf873c2b01da55f55e7a8e5efb2ad42e59 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 31 Jan 2022 13:12:51 +0300 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 +``` -- cgit v1.2.3