Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenharris committed Aug 22, 2013
1 parent a9a2a8a commit 15b9f4a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ WordPress `readme.txt` should live in the root of your plug-in, so typical usage
```js
grunt.initConfig({
wp_readme_to_markdown: {
files: {
'readme.md': 'readme.txt'
},
your_target: {
files: {
'readme.md': 'readme.txt'
},
},
},
})
```
Expand Down

0 comments on commit 15b9f4a

Please sign in to comment.