fix typo
This commit is contained in:
parent
24291110d6
commit
306ffeba18
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,13 @@
|
||||||
<span class="thumbnail"><img src="/images/indiepost-ui.png"></span>
|
<span class="thumbnail"><img src="/images/indiepost-ui.png"></span>
|
||||||
</div>
|
</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>
|
<h2>Configuring Endpoints</h2>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue