From 17ba5943a68e3939392876aff568e8fd0b32eb0e Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 7 Jun 2019 09:17:03 -0500 Subject: [PATCH] Update pubsub.md --- developer/tutorials/pubsub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/tutorials/pubsub.md b/developer/tutorials/pubsub.md index 94db70d..5a4e1f5 100644 --- a/developer/tutorials/pubsub.md +++ b/developer/tutorials/pubsub.md @@ -38,7 +38,7 @@ digraph nats_pub_sub { ## Prerequisites -Go and the NATS server should be installed. optionally you can use the demo server located at `nats://demo.nats.io` +Go and the NATS server should be installed. Optionally you can use the demo server located at `nats://demo.nats.io` ### 1. Start the NATS server