Skip to content

Commit 888ffcb

Browse files
committed
Updated readme
1 parent e50bef4 commit 888ffcb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Since the npm registry [does not support cors](https://github.com/npm/npm-regist
77
or [jsonp](https://github.com/npm/npm-registry-couchapp/issues/157) I hacked
88
this together to alleviate the problem.
99

10+
The proxy reroutes all requests to https://skimdb.npmjs.com and returns CORS
11+
enabled response for whitelisted domains. The URL mapping is one to one.
12+
1013
# install
1114

1215
With [npm](https://npmjs.org) do:
@@ -16,7 +19,7 @@ npm install corsregistry
1619
```
1720

1821
You can deploy this to your own [heroku](https://www.heroku.com) instance.
19-
Just make sure to update white-listed domains in the [index.js].
22+
Just make sure to update white-listed domains in the [index.js](https://github.com/anvaka/corsregistry/blob/master/index.js).
2023

2124
# license
2225

0 commit comments

Comments
 (0)