Skip to content

Commit

Permalink
Merge pull request #33 from ykzts/rename-readme
Browse files Browse the repository at this point in the history
rename `node-xmlhttpreqeust` => `w3c-xmlhttprequest` [ci skip]
  • Loading branch information
ykzts committed Jan 19, 2016
2 parents 19d7dac + 7d9b864 commit 14e275d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-xmlhttprequest [![Build Status](https://travis-ci.org/ykzts/node-xmlhttprequest.svg?branch=master)](https://travis-ci.org/ykzts/node-xmlhttprequest)
# w3c-xmlhttprequest [![Build Status](https://travis-ci.org/ykzts/node-xmlhttprequest.svg?branch=master)](https://travis-ci.org/ykzts/node-xmlhttprequest)

Server-side XMLHttpRequest like [W3C spec](https://www.w3.org/TR/2012/WD-XMLHttpRequest-20121206/) for [Node](https://nodejs.org/).

Expand All @@ -10,12 +10,6 @@ This library is still in development. We are recruiting contributors and your pu
$ npm install w3c-xmlhttprequest
```

or

```shell
$ npm install git://github.com/ykzts/node-xmlhttprequest.git
```

## Example

### Simple GET request
Expand Down

0 comments on commit 14e275d

Please sign in to comment.