Skip to content

Commit

Permalink
Fix typography of docs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pencilpix committed Apr 18, 2017
1 parent 6dc1845 commit 577ae9e
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
@@ -1,14 +1,14 @@
## ellipsis


simple jquery plugin that excert text depending on lines number or characters number.
simple jquery plugin that excerpts text depending on __lines__ or __characters__ number.

[![Build Status](https://travis-ci.org/pencilpix/ellipsis.svg?branch=master)](https://travis-ci.org/pencilpix/ellipsis) [![Coverage Status](https://coveralls.io/repos/github/pencilpix/ellipsis/badge.svg?branch=develop)](https://coveralls.io/github/pencilpix/ellipsis?branch=develop) [![DevDependency Status](https://david-dm.org/pencilpix/ellipsis/dev-status.svg)](https://david-dm.org/pencilpix/ellipsis/?type=dev)

---------------------------------------------------------------------------------------------------
### installation.

1. download via using one of the following
1. Download using one of the following Methods
* direct download or clone from this repository.
* via npm

Expand All @@ -21,7 +21,7 @@ simple jquery plugin that excert text depending on lines number or characters nu
$ bower install --save ellipsis
```

2. `jquery >= 2.x` must be included then include ellipsis:
2. please be sure to include`jquery >= 2.x` then include ellipsis:

```html
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
Expand Down

0 comments on commit 577ae9e

Please sign in to comment.