From 6a2e5d5c48ca266816b48309f3a67e2c03602cb1 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 25 Mar 2016 12:54:53 -0400 Subject: [PATCH] Update --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d3e0b0b16..88fefbdc5 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,6 @@ From here it's a normal [BeeGo](http://beego.me) development cycle. Some useful # Start local server (with hot reload) $ bee run -# Start test runner on the browser -$ bin/goconvey.sh - # Run all tests $ go test $(glide nv) -v ```