From c06a26dc80063d936ce612c2a00d1b311b99893e Mon Sep 17 00:00:00 2001 From: Rainer Eli Date: Tue, 30 Oct 2018 00:42:42 -0600 Subject: [PATCH] Fix typo fix two small typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75c6b73..f3346f3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Rising Thunder Community Editon +# Rising Thunder Community Edition Open Rising Thunder open server implementation ## Getting Started This should get you going: 1. Install the latest version of Python 2.x - 2. Install the following dependecies: tornado, grpc, protobuf. I prefer to use pip (i.e. `pip install tornado, grpc, protobuf`), but whatever floats your boat. + 2. Install the following dependencies: tornado, grpc, protobuf. I prefer to use pip (i.e. `pip install tornado, grpc, protobuf`), but whatever floats your boat. 3. Run the server via `python rtd.py` ## Guided Tour