Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadsakhaei authored Sep 2, 2017
1 parent 70a8d62 commit 2b8f3e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ You can keep the original CSS and JS files of Bootstrap, To make the RTL compati
<!-- Original Bootstrap 3.3.7 -->
<link rel='stylesheet' id='bootstrap-css' href='PATH/bootstrap.min.css?ver=3.3.7' type='text/css' />

<!-- RTL Bootstrap 3.3.7.2 -->
<link rel='stylesheet' id='bootstrap-rtl-css' href='PATH/bootstrap.rtl.min.css?ver=3.3.7.2' type='text/css' />
<!-- RTL Bootstrap 3.3.7.3 -->
<link rel='stylesheet' id='bootstrap-rtl-css' href='PATH/bootstrap.rtl.min.css?ver=3.3.7.3' type='text/css' />
```
OR
```html
<!-- Bootstrap RTL 3.3.7.3 -->
<link rel='stylesheet' id='bootstrap-rtl-css' href='PATH/bootstrap.rtl.full.min.css?ver=3.3.7.3' type='text/css' />
```

## Contribute
Expand Down

0 comments on commit 2b8f3e8

Please sign in to comment.