From 0e163ff7ad917a0b7479472abdf91814aaafd58b Mon Sep 17 00:00:00 2001 From: Wade Wegner Date: Mon, 27 Apr 2015 20:03:28 -0600 Subject: [PATCH] Refactored README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb66bf4..505aa59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # go-restful-azure-api-app -After setting up the `Local Git Repository` and committing your code, be sure to restart both the API App and the API App Gateway. +This sample is based on the fantastic article [Making a RESTful JSON API in Go](http://thenewstack.io/make-a-restful-json-api-go/) by [Cory LaNou](https://twitter.com/corylanou). You can find his code repository [here](https://github.com/corylanou/tns-restful-json-api). -This sample is based on the fantastic article [Making a RESTful JSON API in Go](http://thenewstack.io/make-a-restful-json-api-go/) by [Cory LaNou](https://twitter.com/corylanou). You can find his code repository [here](https://github.com/corylanou/tns-restful-json-api). \ No newline at end of file +Note: I will provide more detailed instructions after my //build presentation. If you try this yourself now, but sure to restart both the API App and the API App Gateway after setting up the `Local Git Repository` and committing your code. \ No newline at end of file