Skip to content

Commit 6239d3c

Browse files
committed
Minor README updates
1 parent 8f0f4be commit 6239d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
The {% codeblock %} extension for Twig is a port of the [Octopress codeblock liquid tag](https://github.com/octopress/codeblock) for use with the [Twig template engine for PHP](http://twig.sensiolabs.org/).
77

8-
By default, Codeblock uses the [Pygments Python syntax highlighter](http://pygments.org/) for generating HTML mark-up suitable for highlighting blocks of code. However, it is flexible enough to use any syntax highlighter of your choice; simply implement the `HighlighterInterface` and provide some additional configuration (see below for an example).
8+
By default, Codeblock uses the [Pygments Python syntax highlighter](http://pygments.org/) for generating HTML markup suitable for highlighting blocks of code. However, it is flexible enough to use any syntax highlighter of your choice; simply implement the `HighlighterInterface` and provide some additional configuration (see below for an example).
99

1010
## Using the Codeblock tag
1111

@@ -145,7 +145,7 @@ To see more, type the following from the command line:
145145

146146
## Configuration
147147

148-
By default, the extension uses Pygments and, if `pygmentize` is in your `PATH`, then you do not need to pass any arguments.
148+
By default, Codeblock uses Pygments and, if `pygmentize` is in your `PATH`, then you do not need to pass any arguments.
149149

150150
services:
151151
ramsey.twig.codeblock_extension:

0 commit comments

Comments
 (0)