From fb1b7b9a2b85550dbb8f7fb9103873b5aa0e6b8f Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 7 Oct 2019 13:05:18 -0500 Subject: [PATCH] Update pubsub.md --- developing-with-nats/intro-6/pubsub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/intro-6/pubsub.md b/developing-with-nats/intro-6/pubsub.md index d4c6790..9bd6855 100644 --- a/developing-with-nats/intro-6/pubsub.md +++ b/developing-with-nats/intro-6/pubsub.md @@ -54,7 +54,7 @@ You should see the message: _Listening on \[msg.test\]_ You will use this session to run a NATS publisher client. -## 6. CD to the examples directory +### 6. CD to the examples directory ```bash % cd $GOPATH/src/github.com/nats-io/nats.go/examples