Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Alferov committed Sep 23, 2015
1 parent 76d7274 commit 8617829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ <h2 id="dependencies">Dependencies</h2>
<p>File <code>dist/angular-file-saver.bundle.js</code> contains all required dependencies and
grants access to both <code>Blob.js</code> and <code>FileSaver.js</code> polyfills via <code>Blob</code> and
<code>SaveAs</code> services.</p>
<h2 id="installationand-grants-access-to-both-blob-js-and-filesaver-js-">Installationand grants access to both <code>Blob.js</code> and <code>FileSaver.js</code></h2>
<p>polyfills via <code>Blob</code> and <code>SaveAs</code> services
Using bower:</p>
<h2 id="installation">Installation</h2>
<p>Using bower:</p>
<pre><code>$ bower install angular-file-saver
</code></pre><p>Using npm:</p>
<pre><code>$ npm install angular-file-saver
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ File `dist/angular-file-saver.bundle.js` contains all required dependencies and
grants access to both `Blob.js` and `FileSaver.js` polyfills via `Blob` and
`SaveAs` services.

## Installationand grants access to both `Blob.js` and `FileSaver.js`
polyfills via `Blob` and `SaveAs` services
## Installation
Using bower:
```
$ bower install angular-file-saver
Expand Down

0 comments on commit 8617829

Please sign in to comment.