added cljsrn.org link to readme

This commit is contained in:
Dan Motzenbecker 2015-10-17 13:17:29 -04:00
parent 944324f982
commit 06a4910312

View File

@ -32,7 +32,7 @@ To bootstrap a new app, run `natal init` with your app's name as an argument:
$ natal init FutureApp $ natal init FutureApp
``` ```
If your app is more than a single word, be sure to type it in CamelCase. If your app's name is more than a single word, be sure to type it in CamelCase.
A corresponding hyphenated Clojure namespace will be created. A corresponding hyphenated Clojure namespace will be created.
If all goes well your app should compile and boot in the simulator. If all goes well your app should compile and boot in the simulator.
@ -121,3 +121,5 @@ tools.
Contributions are welcome. Contributions are welcome.
For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.org).