Update readme to mention Yvasiyarov's Swagger project.
1 files changed, 8 insertions(+), 5 deletions(-)

M README.md
M README.md +8 -5
@@ 1,12 1,15 @@ 
 Sashay
 ======
 
-NOTE: Sashay development has been on hold for a while due to affairs of state.
+**NOTE:** Sashay development has been on hold for a while due to affairs of state.
 In the meantime, [go-swagger](https://github.com/casualjim/go-swagger) has
-surfaced, supporting Swagger 2.0.  As it will be a while before I can get back
-to Sashay and update it for 2.0, and as Sashay's always been incomplete (w.r.t.
-access control, especially), I recommend that you review go-swagger for
-suitability if you need Swagger 2.0, rather than holding your breath for Sashay.
+surfaced, supporting Swagger 2.0.  I've also been getting a lot of use out
+of [swagger](https://github.com/yvasiyarov/swagger), which provides the other
+end of the rope by generating a Swagger spec from code and providing a web
+interface.  I recommend that you review these tools if you need Swagger 2.0
+rather than holding your breath for me to update Sashay to 2.0.
+
+---
 
 Sashay is a code generator for the Go programming language. The purpose of
 Sashay is to make writing programs that interact with RESTful services easier by