Browse Source

fix typo

pull/5/head
Aaron Parecki 10 years ago
parent
commit
306ffeba18
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      views/docs.php

+ 6
- 2
views/docs.php View File

@ -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>

Loading…
Cancel
Save