Skip to content

Commit

Permalink
Removed unnecessary ticks from readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrimko committed May 30, 2015
1 parent d197645 commit 21d32f9
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
Expand Up @@ -5,15 +5,15 @@ The following is a quick example of using PopPage:

- Template file (`template.jinja2`):

`Hello {{name}}!`
Hello {{name}}!

- PopPage command:

`poppage template.jinja2 --string=world name`
poppage template.jinja2 --string=world name

- Output to `stdout`:

`Hello world!`
Hello world!

PopPage is written in Python 2.7 using the following third-party libraries:

Expand Down

0 comments on commit 21d32f9

Please sign in to comment.