diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,7 +13,7 @@ Go 1.18+ required 1. Create JSON-RPC/HTTP server: ```go - import "github.com/neonxp/jsonrpc2/http" + import "go.neonxp.dev/jsonrpc2/http" ... s := http.New() ``` @@ -48,8 +48,8 @@ import ( "context" "net/http" - httpRPC "github.com/neonxp/jsonrpc2/http" - "github.com/neonxp/jsonrpc2/rpc" + httpRPC "go.neonxp.dev/jsonrpc2/http" + "go.neonxp.dev/jsonrpc2/rpc" ) func main() { @@ -86,4 +86,4 @@ Alexander Kiryukhin <i@neonxp.dev> ## License -![GPL v3](https://www.gnu.org/graphics/gplv3-with-text-136x68.png)
\ No newline at end of file +![GPL v3](https://www.gnu.org/graphics/gplv3-with-text-136x68.png) |