Skip to content

Commit

Permalink
update make readme
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Apr 30, 2015
1 parent bab940f commit 8231e3f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ clean:
@rm -rf doc coverage

readme: README.md
./bin/markedpp.js --githubid $< > tmp.md
mv tmp.md $<
./bin/markedpp.js --githubid -i $< -o $<

browser:
x-www-browser "http://localhost:3000" ;\
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ On the CLI
markedpp --githubid file.md
```

Or use in your options
Or use in your options

```javascript
var markedpp = require('markedpp'),
Expand All @@ -303,7 +303,7 @@ markedpp(md, options, function(err, result){
For use from commandline consider global install

npm install -g markedpp

For your project

npm install markedpp
Expand Down Expand Up @@ -421,7 +421,3 @@ See [LICENSE][] for more info.
[GFM]: https://help.github.com/articles/github-flavored-markdown "Github-Flavored-Markdown"
[LICENSE]: ./LICENSE
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markedpp",
"version": "0.3.7",
"version": "0.3.8-0",
"description": "Preprocessor for markdown files",
"main": "lib/markedpp.js",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markedpp",
"version": "0.3.7",
"version": "0.3.8-0",
"repo": "commenthol/markedpp",
"description": "Preprocessor for markdown files",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markedpp",
"version": "0.3.7",
"version": "0.3.8-0",
"description": "Preprocessor for markdown files",
"main": "lib/markedpp.js",
"bin": {
Expand Down

0 comments on commit 8231e3f

Please sign in to comment.