Skip to content

Commit

Permalink
Merge pull request #5 from bdougie/readme-updates
Browse files Browse the repository at this point in the history
Readme updates
  • Loading branch information
bdougie committed Sep 11, 2019
2 parents 5e1294b + 1b2f391 commit efe2a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
```
## Testing

This action is best used with issue templates. Create an examples `.github/ISSUE_TEMPLATE.md` file. This file should have front matter to help construct the new issue:
This action is best used with issue templates. Create an example `.github/ISSUE_TEMPLATE.md` file. This file should have front matter to help construct the new issue:

```markdown
---
Expand All @@ -36,5 +36,5 @@ $-->
"Say hi to your {{ NOUN }} for me," {{ ATTRIBUTION }}
```

You'll notice that the above example has some `{{ MUSTACHE }}` variables. This is need for the API to find and replace variables. This is powered by the [marky_markdown](https://rubygems.org/gems/marky_markdown) ruby gem.
You'll notice that the above example has some `{{ MUSTACHE }}` variables. This is needed for the API to find and replace variables. This is powered by the [marky_markdown](https://rubygems.org/gems/marky_markdown) ruby gem.

0 comments on commit efe2a58

Please sign in to comment.