Skip to content

Commit

Permalink
Reference new subrepo paths in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Dec 11, 2014
1 parent 85cc323 commit 67fc6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ btcjson (using btcjson.RegisterCustomCmd).
```Go
// Client Side
import (
"code.google.com/p/go.net/websocket"
"golang.org/x/net/websocket"
"github.com/conformal/btcws"
)

Expand All @@ -35,7 +35,7 @@ websocket.JSON.Send(btcdWSConn, cmd)

// Server Side
import (
"code.google.com/p/go.net/websocket"
"golang.org/x/net/websocket"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
)
Expand Down

0 comments on commit 67fc6fa

Please sign in to comment.