Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jczaplew committed Feb 24, 2017
1 parent df9e74e commit 691af6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ A CSV response module for [Express](http://expressjs.com/). This is an up-to-dat
## Changes from [express-csv](https://github.com/nulltask/express-csv)
+ Adds support for adding a header row to the CSV ([#16](https://github.com/nulltask/express-csv/pull/16))
+ Better escaping of numbers so that applications such as Excel properly recognize data types
+ Actively maintained for use with more current versions of Express
+ Actively maintained for use Express 3 and 4
+ Up to date dependencies and tests
+ Support for different encodings ( [thanks alexcrack!](https://github.com/jczaplew/csv-express/pull/1) )


## Installation

````bash
npm install csv-express
npm install csv-express
````

## API
Expand Down

0 comments on commit 691af6a

Please sign in to comment.