Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The `Proxy.revocable` method is also supported, but only for calls to the above

#### Installation
1. Use NPM: `npm install -S es6-proxy-polyfill`
2. Download directly: <a href="src/es6-proxy-polyfill.js" target="_blank">Development Version</a>, <a href="dist/es6-proxy-polyfill.js" target="_blank">Production Version</a>
2. Download directly: <a href="src/index.js" target="_blank">Development Version</a>, <a href="dist/es6-proxy-polyfill.js" target="_blank">Production Version</a>


#### Usage
Expand Down Expand Up @@ -59,4 +59,4 @@ let proxy = new Proxy({}, {});
#### Contact Us
1. WeChat: ambit_tsai
1. QQ Group: 663286147
1. E-mail: [email protected]
1. E-mail: [email protected]
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#### 安装
1. 使用NPM:`npm install -S es6-proxy-polyfill`
2. 直接下载:<a href="src/es6-proxy-polyfill.js" target="_blank">开发版本</a>,<a href="dist/es6-proxy-polyfill.js" target="_blank">生产版本</a>
2. 直接下载:<a href="src/index.js" target="_blank">开发版本</a>,<a href="dist/es6-proxy-polyfill.js" target="_blank">生产版本</a>


#### 用法
Expand Down Expand Up @@ -59,4 +59,4 @@ var proxy = new Proxy({}, {});
#### 联系
1. 微信: ambit_tsai
1. QQ群: 663286147
1. 邮箱: [email protected]
1. 邮箱: [email protected]