Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a74af4

Browse files
committed
Merge pull request #4 from c33s/patch-1
fixed typo
2 parents caf69ce + ef69481 commit 8a74af4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ or
6969
#How to use it ?
7070

7171
##Init and compile twitter-bootstrap from source
72-
Remplace VERSION by the supported version you want, v1 or v2
72+
Replace VERSION by the supported version you want, v1 or v2
7373

7474
```shell
7575
php5 app/console twitter-bootstrap:clear
@@ -78,7 +78,7 @@ php5 app/console assets:install web/
7878
```
7979

8080
##Add your bootstrap to your layout
81-
Remplace VERSION by the supported version you want, v1 or v2
81+
Replace VERSION by the supported version you want, v1 or v2
8282

8383
```html
8484
<!DOCTYPE html>
@@ -96,7 +96,7 @@ Remplace VERSION by the supported version you want, v1 or v2
9696
```
9797

9898
##Use bootstrap form style
99-
Remplace VERSION by the supported version you want, v1 or v2
99+
Replace VERSION by the supported version you want, v1 or v2
100100

101101
```
102102
{% form_theme form_view 'RuianTwitterBootstrapBundle:Form:bootstrap_VERSION.html.twig' %}

0 commit comments

Comments
 (0)