Skip to content

Commit 3fd2219

Browse files
committed
update summary
1 parent c3fea5a commit 3fd2219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anyproxy-package-map-local",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "map local plugin for AnyProxy",
55
"main": "index.js",
66
"anyproxy": {

rule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function * _getMappedLocalFileFromConfig (requestUrl, config = {}) {
5050
}
5151

5252
module.exports = {
53-
summary: 'A rule to map local to url',
53+
summary: 'A rule to map the remote url with local file',
5454
loadConfig: function* (config) {
5555
this.config = config;
5656
},

0 commit comments

Comments
 (0)