From 05f92203d93c5e8c51fdf953e09b86ed32257a04 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sat, 28 Jan 2017 23:43:40 +0100 Subject: [PATCH] caveats --- docs/index.rst | 1 + docs/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 86ca101..3fdbdb2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,6 +6,7 @@ Welcome to CoolAMQP's documentation! :caption: Contents: tutorial + caveats Indices and tables diff --git a/docs/tutorial.md b/docs/tutorial.md index b10c67c..57e3704 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -1,7 +1,7 @@ # Tutorial If you want to connect to an AMQP broker, you need: -* it's address (and port) +* its address (and port) * login and password * name of the virtual host -- GitLab