Skip to content

Commit

Permalink
Fixed typo, better wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
manton authored Feb 3, 2022
1 parent da010b6 commit b5aa60c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RSVP shortcode

Adds a Hugo shortcode to sending an IndieWeb RSVP.
Adds a Hugo shortcode for sending an IndieWeb RSVP.

To RSVP to an event, find the URL for the event and then use the shortcode in a blog post like this:

Expand All @@ -10,8 +10,8 @@ I'm going to this! {{< rsvp href="https://events.indieweb.org/2022/03/micro-camp

It will create a link to the event with the appropriate Microformats reply markup. Micro.blog will notice the post and send a Webmention for it.

To keep the parameters simple, Micro.blog links the event URL with the emoji 📅. To change this, add a `text` parameter:
To keep the parameters simple, Micro.blog links the event URL with the emoji 📅. Or you can add a `text` parameter:

```
I'm going to this! {{< rsvp href="https://events.indieweb.org/2022/03/micro-camp-2022-IW2Qp3ygHike" text="Micro Camp 2022" >}}
{{< rsvp href="https://events.indieweb.org/2022/03/micro-camp-2022-IW2Qp3ygHike" text="Micro Camp 2022" >}}
```

0 comments on commit b5aa60c

Please sign in to comment.