diff --git a/README.md b/README.md index 021dfd9..7af264d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ go get github.com/nats-io/go-nats-streaming ## Basic Usage ```go +import stan "github.com/nats-io/go-nats-streaming" sc, _ := stan.Connect(clusterID, clientID)