From 306ffeba189e79af47d95d35c5c6a9d99ad317a5 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 24 May 2014 15:22:36 -0700 Subject: [PATCH] fix typo --- views/docs.php | 8 ++++++-- 1 file 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 @@ -

This is a simple Micropub 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.

+

This is a simple Micropub 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.

-

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.

+

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.

Configuring Endpoints