diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-24 15:22:36 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-24 15:22:36 -0700 |
commit | 306ffeba189e79af47d95d35c5c6a9d99ad317a5 (patch) | |
tree | 61bab0bc5a048643356f43f81885ae0a734a225f /views/docs.php | |
parent | 24291110d649c9e1834df37e609ef8b9f4c0012d (diff) |
fix typo
Diffstat (limited to 'views/docs.php')
-rw-r--r-- | views/docs.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/views/docs.php b/views/docs.php index 5b2fc3a..f9d5384 100644 --- a/views/docs.php +++ b/views/docs.php @@ -4,9 +4,13 @@ <span class="thumbnail"><img src="/images/indiepost-ui.png"></span> </div> -<p>This is a simple <a href="http://indiewebcamp.com/micropub">Micropub</a> client for creating text posts on your own website. To use it, you will need to turn your website into an OAuth provider, and implement a Micropub endpoint that this app will send requests to.</p> +<p>This is a simple <a href="http://indiewebcamp.com/micropub">Micropub</a> client for + creating text posts on your own website. To use it, you will need to turn your website + into an OAuth provider, and implement a Micropub endpoint that this app will send + requests to.</p> -<p>Once you've signed in, you'll see an interface like the below which you can use to write a post. Clicking "post" will make a Micropub request to your endpoint.<p> +<p>Once you've signed in, you'll see an interface like the one shown which you can use to + write a post. Clicking "post" will make a Micropub request to your endpoint.<p> <h2>Configuring Endpoints</h2> |