From 10934965cc36dda102b759c5af70cbc490a4aa12 Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Fri, 12 Sep 2014 13:44:46 -0600 Subject: [PATCH] Updating README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f0ce8a..7e372cc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # axios [![Build Status](https://travis-ci.org/mzabriskie/axios.svg?branch=master)](https://travis-ci.org/mzabriskie/axios) -Promise based XHR library +Promise based HTTP client for the browser and node.js ## Features -- Making [XMLHttpRequests](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) supporting the [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) API +- Making [XMLHttpRequests](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) from the browser +- Making [http](http://nodejs.org/api/http.html) requests from node.js +- Supports the [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) API - Transforming request and response data - Client side support for protecting against [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) - Specifying HTTP request headers