From 1fe58369a8c22373857e7895d9e4d0861f0497ef Mon Sep 17 00:00:00 2001 From: Zak Henry Date: Wed, 6 Apr 2016 18:19:08 +0100 Subject: [PATCH] #MAJOR# Finalised module release with update to readme and version bump directive in commit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3826f66..b8d9e0a 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,7 @@ Full typescript example from the [Spira](https://github.com/spira/spira) project Note this example is in typescript, but it is the same process in plain javascript. ```ts - - namespace app.guest.login { +namespace app.guest.login { export const namespace = 'app.guest.login'; @@ -201,4 +200,5 @@ Note this example is in typescript, but it is the same process in plain javascri ``` ## Todo -Better documentation with examples in javascript. +* Better documentation with examples in typescript. +* Site hosted on github showing off examples with material \ No newline at end of file