From f08453174b44db60cc02410b979757a176e39ae5 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Fri, 20 Mar 2015 15:45:46 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d037a71..e03d595 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ of human and bot players. * Rudimentary friend system to check whether friends are online, chat, and join their games. * A basic web client server is available (node.js + backbone.js + websocket web browser client). -### Built using Pomelo. +### Built Using Pomelo * Real-time communication between server and client. * Distributed architecture to scale painlessly. @@ -24,7 +24,7 @@ of human and bot players. * SDKs for a variety of clients (javascript, flash, android, iOS, cocos2d-x, C). * See [Pomelo Framework](http://github.com/NetEase/pomelo) for more information. -### Whats missing? +### Whats Missing? * User and table data is persisted to file store rather than database. * Web browser client could be improved (uses vanilla bootstrap.js).