Skip to content

Commit

Permalink
Doplneny syntax highliting do readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaj committed Feb 5, 2015
1 parent 616fd63 commit 8c077c6
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 @@ -17,7 +17,7 @@ Instalation

Install package via composer:

```
``` bash
$ composer require tomaj/prepositioner
```

Expand All @@ -26,7 +26,7 @@ Usage

Simple usage without *Factory* is very simple:

```
``` php
$prepositioner = new Tomaj\Prepositioner\Prepositioner(array('one', 'two'));
$prepositioner->formatText($inputText);
```
Expand All @@ -35,7 +35,7 @@ This example replace all occurences of *'one'* or *'two'* strings in ```$inputTe

For using with *Factory* which contains language support try:

```
``` php
$prepositioner = Tomaj\Prepositioner\Factory::build('slovak')
$prepositioner->formatText($inputText);
```
Expand Down

0 comments on commit 8c077c6

Please sign in to comment.