node-bigpipe
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "node-bigpipe", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "bigpipe for nodejs,express,sails,thinkjs,node-web,modular bigpipe for node", | ||
@@ -5,0 +5,0 @@ "main": "back-end/Bigpipe.es5.js", |
@@ -10,3 +10,3 @@ # node-bigpipe | ||
### Install | ||
- [Copy Files into Your Project] OR [Use npm]:`npm install node-bigpipe --save-dev` | ||
- [Copy Files into Your Project] OR [Use npm: `npm install node-bigpipe --save-dev`] | ||
- Backend in ES6: `import {Bigpipe} from 'node-bigpipe'` or `import {Bigpipe} from './back-end/Bigpipe'` | ||
@@ -13,0 +13,0 @@ - Backend in ES5: `var Bigpipe = require('node-bigpipe').Bigpipe` or `var Bigpipe = require('./back-end/Bigpipe.es5')` |
112239