From 9b06339142a3461f727cda16ee11d8d402f8bbbe Mon Sep 17 00:00:00 2001 From: xtaci Date: Tue, 12 Jul 2016 14:56:42 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f05d1b4..d978303 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ***A full-featured reliable UDP communication library for various usage*** # ***Features*** :zap: -1. Optimized for ***game development***. +1. Optimized for ***Real-Time Strategy Game***. 1. Compatible with [skywind3000's](https://github.com/skywind3000) C version with modifications. 1. ***Cache friendly*** and ***Memory optimized*** design in golang. 1. A [session manager](https://github.com/xtaci/kcp-go/blob/master/sess.go) has provided with compatibility for [net.Conn](https://golang.org/pkg/net/#Conn) and [net.Listener](https://golang.org/pkg/net/#Listener).