From 9b838c9efb04b306eb02e9d45c9b84453cde9693 Mon Sep 17 00:00:00 2001 From: Dave Allen Date: Wed, 18 Sep 2013 10:23:16 -0700 Subject: [PATCH] Minor edits to README --- meteor/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meteor/README.md b/meteor/README.md index 3eb3125a6..8439e9070 100644 --- a/meteor/README.md +++ b/meteor/README.md @@ -8,18 +8,18 @@ You first need to have the Meteorite version and smart package manager. If you - `npm install -g meteorite` -Once you have installed Meteorite, from the command line, you can easily install the smart package with this commands: +Once you have installed Meteorite, you can easily install the smart package with this command: - `mrt install typescript-libs` - I also recommend installing the Meteor typescript compiler: `mrt install typescript-compiler` -The smart packages and documentation for them can be found here: +The smart packages and documentation for them can be found on [Atmosphere](https://atmosphere.meteor.com): - [typescript-libs](https://atmosphere.meteor.com/package/typescript-libs) - [typescript-compiler](https://github.com/orefalo/meteor-typescript-compiler) -Using the typescript-libs smart package eliminates the need for the Template and Collections steps below, although there -are a couple of new modifications necessary (e.g. calling Template['yourTemplate']['helpers'], creating Data Objects). +Using the typescript-libs smart package eliminates the need for the Template and Collections steps listed below, although there +are several new modifications necessary to use typescript-libs (e.g. calling Template['yourTemplate']['helpers'], creating Data Objects). Kudos to [Olivier Refalo](https://github.com/orefalo) for developing these smart packages quicker and better than me! @@ -104,5 +104,3 @@ Listed below is a simple Meteor reference application created with TypeScript is - Sample Site: - Code (TypeScript and transpiled JS): -##Meteor package -There will hopefully be a Meteor package soon listed on [Atmosphere](http://atmosphere.meteor.com "http://atmosphere.meteor.com") that can be easily added using `mrt add typescript`. \ No newline at end of file