Skip to content

Commit c70b465

Browse files
dpopp07Dustin Popp
and
Dustin Popp
authored
docs: remove broken link to demo site (#344)
Co-authored-by: Dustin Popp <dustinpopp@ibm.com>
1 parent 14cefd4 commit c70b465

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ CORS is a node.js package for providing a [Connect](http://www.senchalabs.org/co
1818
* [Enabling CORS Pre-Flight](#enabling-cors-pre-flight)
1919
* [Configuring CORS Asynchronously](#configuring-cors-asynchronously)
2020
* [Configuration Options](#configuration-options)
21-
* [Demo](#demo)
2221
* [License](#license)
2322
* [Author](#author)
2423

@@ -218,15 +217,6 @@ The default configuration is the equivalent of:
218217

219218
For details on the effect of each CORS header, read [this](https://web.dev/cross-origin-resource-sharing/) article on web.dev.
220219

221-
## Demo
222-
223-
A demo that illustrates CORS working (and not working) using React is available here: [https://node-cors-client.netlify.com](https://node-cors-client.netlify.com)
224-
225-
Code for that demo can be found here:
226-
227-
* Client: [https://github.com/troygoode/node-cors-client](https://github.com/troygoode/node-cors-client)
228-
* Server: [https://github.com/troygoode/node-cors-server](https://github.com/troygoode/node-cors-server)
229-
230220
## License
231221

232222
[MIT License](http://www.opensource.org/licenses/mit-license.php)

0 commit comments

Comments
 (0)