From 7d0bd0fa2ef459e94f9580005c7a805f4ff53140 Mon Sep 17 00:00:00 2001 From: Dustin Popp Date: Mon, 10 Mar 2025 12:33:48 -0500 Subject: [PATCH] docs: remove broken link to demo site The site is no longer being hosted. Better to not have a broken link in the readme. Signed-off-by: Dustin Popp --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 37ab8cf..c6d26ca 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ CORS is a node.js package for providing a [Connect](http://www.senchalabs.org/co * [Enabling CORS Pre-Flight](#enabling-cors-pre-flight) * [Configuring CORS Asynchronously](#configuring-cors-asynchronously) * [Configuration Options](#configuration-options) -* [Demo](#demo) * [License](#license) * [Author](#author) @@ -218,15 +217,6 @@ The default configuration is the equivalent of: For details on the effect of each CORS header, read [this](https://web.dev/cross-origin-resource-sharing/) article on web.dev. -## Demo - -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) - -Code for that demo can be found here: - -* Client: [https://github.com/troygoode/node-cors-client](https://github.com/troygoode/node-cors-client) -* Server: [https://github.com/troygoode/node-cors-server](https://github.com/troygoode/node-cors-server) - ## License [MIT License](http://www.opensource.org/licenses/mit-license.php)