diff --git a/README.md b/README.md index d26ea408..b2b34f3c 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,10 @@ func main(){ }) iris.Get("/myjson", func(ctx *iris.Context){ - ctx.JSON(iris.Map{ + ctx.JSON(iris.StatusOK, iris.Map{ "Name": "Iris", "Released": "13 March 2016", - "Stars": 5250, + "Stars": 5281, }) })