Small copy-edits to demo
diff --git a/demo/index.html b/demo/index.html
index 3c1b714..a41a949 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -52,14 +52,10 @@
     </style>
   </head>
   <body>
-    <p>
-      Hi! Let's play with some annotator tools! This page demonstrates <a
+    <p>Hi! Let's play with some annotator tools! This page demonstrates <a
         href="https://www.w3.org/TR/2017/REC-annotation-model-20170223/#selectors"
-        target="_blank">Selectors</a>.
-    </p>
-    <p>
-      Try select some text in the first paragraph below:
-    </p>
+        target="_blank">Selectors</a>.</p>
+    <p>Try select some text in the paragraphs below:</p>
     <div id="selectable">
       <p>Hello, annotated world!</p>
       <p>To annotate, or not to annotate, that is the question.</p>
@@ -78,7 +74,6 @@
         target="_blank">as the fragment identifier</a>.</p>
     <p>Here is the selector in JSON format:</p>
     <pre id="debug"></pre>
-
     <p>Notice how, when the text of your selection appears multiple times, just
       enough characters around it are stored in the selector to find the right
       occurrence again.</p>