From 79d07639e51c83ae3353fcd406d5c28cf1d1eabd Mon Sep 17 00:00:00 2001 From: sillygod Date: Sun, 26 Jun 2016 20:56:55 +0800 Subject: [PATCH] fix typos --- examples/django_chat/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/django_chat/readme.md b/examples/django_chat/readme.md index 54ed9d9..4303bca 100644 --- a/examples/django_chat/readme.md +++ b/examples/django_chat/readme.md @@ -1,6 +1,6 @@ # python-socketio with django example -This example is for who wants to use django with pyton-socketio. Some truck used in this example is inspired by gevent-socketio. +This example is for who wants to use django with pyton-socketio. Some tricks used in this example is inspired by gevent-socketio. # How to Setup