From 14bf6a59af0f960397a599ee6827a104609d7373 Mon Sep 17 00:00:00 2001 From: chiling <1345210829@qq.com> Date: Wed, 3 Apr 2019 17:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4b1a9c8..b1d3c6c 100644 --- a/README.md +++ b/README.md @@ -38,36 +38,36 @@ unit test ensure it supports the following environments. npm installation ```bash -$ npm install --save @jsmini/clone +$ npm install --save @jsmini/extend ``` Node.js ```js -var name = require('@jsmini/clone').name; +var name = require('@jsmini/extend').name; ``` webpack ```js -import { name } from '@jsmini/clone'; +import { name } from '@jsmini/extend'; ``` Require.js ```js -requirejs(['node_modules/@jsmini/clone/dist/index.aio.js'], function (jsmini_clone) { - var name = jsmini_clone.name; +requirejs(['node_modules/@jsmini/extend/dist/index.aio.js'], function (jsmini_extend) { + var name = jsmini_extend.name; }) ``` Browser ```html - + ``` @@ -118,12 +118,12 @@ $ npm run rename # rename command ``` ## Contributors -[contributors](https://github.com/jsmini/clone/graphs/contributors) +[contributors](https://github.com/jsmini/extend/graphs/contributors) ## CHANGELOG -[CHANGELOG.md](https://github.com/jsmini/clone/blob/master/CHANGELOG.md) +[CHANGELOG.md](https://github.com/jsmini/extend/blob/master/CHANGELOG.md) ## TODO -[TODO.md](https://github.com/jsmini/clone/blob/master/TODO.md) +[TODO.md](https://github.com/jsmini/extend/blob/master/TODO.md) ## who is using