Browse Source

Update README.md

Anthony Max 3 weeks ago
parent
commit
872a413233
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -117,7 +117,7 @@ If you need an option without using js, then by connecting the additional [hmpl-
         <div>
           {{#request src="/api/my-component.html"}}
             {{#indicator trigger="pending"}}
-              Loading...
+              <p>Loading...</p>
             {{/indicator}}
           {{/request}}
         </div>