From 62213e8e5a07c138e15f157ebda2374cb2661c58 Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Sat, 25 Jun 2016 22:40:44 +0300 Subject: [PATCH] Add the last TODO --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da35c285..81614a79 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ func main() { c.JSON(iris.StatusOK, iris.Map{ "Name": "Iris", "Born": "13 March 2016", - "Stars": 3631, + "Stars": 3533, }) }) iris.Listen(":8080") @@ -166,6 +166,7 @@ Todo - [x] Extend, test and publish to the public the [Iris' cmd](https://github.com/kataras/iris/tree/master/iris). - [x] Route naming and html url func, requested [here](https://github.com/kataras/iris/issues/165). - [x] Move middleware & plugins to other repository +- [ ] Add License files where needed, because THIRDPARTY.MD is not enough as I learned recently. If you're willing to donate click [here](DONATIONS.md)!