Skip to content

Commit

Permalink
nvm stable and doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
heldr committed Sep 30, 2015
1 parent 27214ac commit db55a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "4"
- "stable"
- "0.12"
- "0.10"
- "0.8"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# datauri
[![Build Status](https://travis-ci.org/heldr/grunt-smushit.svg?branch=master)](http://travis-ci.org/heldr/datauri) [![Coverage Status](https://coveralls.io/repos/heldr/datauri/badge.svg?branch=master&service=github)](https://coveralls.io/github/heldr/datauri?branch=master) [![Dependency Status](https://www.versioneye.com/user/projects/560b7b3f5a262f001e0007e2/badge.svg?style=flat)](https://www.versioneye.com/user/projects/560b7b3f5a262f001e0007e2) [![NPM version](http://img.shields.io/npm/dm/datauri.svg?style=flat)](https://www.npmjs.org/package/datauri)

A simple [Data URI scheme][datauri] module and client for [Node.js][nodejs] and [io.js][iojs]. To install datauri, just run:
A simple [Data URI scheme][datauri] module and client for [Node.js][nodejs]. To install datauri, just run:

`npm install -g datauri` (it may require Root privileges)

Expand Down Expand Up @@ -99,7 +99,7 @@ DataURI('test/myfile.png', function (err, content) {

```

### Promises [/A+ standard][promisesaplus]
### Promises [/A+ standard][promisesaplus] (ES6 soon)
```js
var DataURI = require('datauri').promises;

Expand Down

0 comments on commit db55a17

Please sign in to comment.