From 6efab2e12dcd242377364f471c902119b9e9d2bd Mon Sep 17 00:00:00 2001
From: Pier-Luc Gendreau <Zertz@users.noreply.github.com>
Date: Mon, 14 Aug 2017 05:51:38 -0400
Subject: [PATCH] Remove Modulus from user guide (#2948)

The service was rebranded to xervo.io and was completely shut down in April 2017
---
 packages/react-scripts/template/README.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index 3f0dff117..71d6b25d3 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -81,7 +81,6 @@ You can find the most recent version of this guide [here](https://github.com/fac
   - [Firebase](#firebase)
   - [GitHub Pages](#github-pages)
   - [Heroku](#heroku)
-  - [Modulus](#modulus)
   - [Netlify](#netlify)
   - [Now](#now)
   - [S3 and CloudFront](#s3-and-cloudfront)
@@ -1975,10 +1974,6 @@ remote: npm ERR! argv "/tmp/build_a2875fc163b209225122d68916f1d4df/.heroku/node/
 
 In this case, ensure that the file is there with the proper lettercase and that’s not ignored on your local `.gitignore` or `~/.gitignore_global`.
 
-### Modulus
-
-See the [Modulus blog post](http://blog.modulus.io/deploying-react-apps-on-modulus) on how to deploy your react app to Modulus.
-
 ### Netlify
 
 **To do a manual deploy to Netlify’s CDN:**
-- 
GitLab