From 90c777cd2b4e2344df8c2244eac4f38a644075ba Mon Sep 17 00:00:00 2001
From: Diego Mello <diegolmello@gmail.com>
Date: Mon, 30 Jul 2018 10:56:42 -0300
Subject: [PATCH] Added single-server to readme (#390)

<!-- INSTRUCTION: Keep the line below to notify all core developers about this new PR -->
@RocketChat/ReactNative

<!-- INSTRUCTION: Inform the issue number that this PR closes, or remove the line below -->
Closes #386
Closes #295

<!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 1ee828a97..7dc8f9310 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,11 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
     $ npm run android
     ```
 
+# Running single server
+If you don't need multiple servers, there is a branch `single-server` just for that.
+
+Readme will guide you on how to config.
+
 # Detox (end-to-end tests)
 - Build your app
 
-- 
GitLab