Fix accidental code block syntax
diff --git a/README.asciidoc b/README.asciidoc
index 7a8fa11..641dbb0 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -28,9 +28,8 @@
If you're just starting out with Go, a convenience script exists which lets you create a new Go workspace preconfigured with Gophercloud for you.
[NOTE]
+.Please note that these instructions are here temporarily until we make this repository public.
-----------------------------------------------------------------------------------------------------
-*Please note that these instructions are here temporarily until we make this repository public.*
-
1. Navigate to the scripts/create-environment.sh file in the GitHub user interface
2. Click on 'Raw'
3. Copy and paste into a file locally
@@ -40,9 +39,8 @@
-----------------------------------------------------------------------------------------------------
[WARNING]
+.Please note that this set of installation instructions will work as soon the repoistory is public.* We'll remove these admonitions at that time as well
-----------------------------------------------------------------------------------------------------
-*Please note that this set of installation instructions will work as soon the repoistory is public.* We'll remove these admonitions at that time as well.
-
You can execute the following command to create a brand new Go workspace that is minimally configured for use with Gophercloud. This should work for any reasonable POSIX-compatible environment.
source <(curl "https://raw.github.com/rackspace/Gophercloud/master/scripts/create-env.sh")