wrong readme deleted

This commit is contained in:
Vladimir Enchev
2015-08-11 14:12:41 +03:00
parent 0468857604
commit 0c10a486a2

View File

@ -1,17 +1 @@
# Isomorphic Fetch Implementation
## status
WIP
## motivation
implementation of [fetch API](https://fetch.spec.whatwg.org/) in pure javascript.
polyfill for browser, and implemnt for node.js.
make network http access isomorphic.
## License
The MIT License (MIT)
Copyright (c) 2013 Jxck
Implementation of [fetch API](https://fetch.spec.whatwg.org/)