From 0e175069428d5e066d734e6f69b0c58607682e99 Mon Sep 17 00:00:00 2001 From: Dave Allen Date: Wed, 18 Sep 2013 10:25:45 -0700 Subject: [PATCH] Minor edits to README --- meteor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor/README.md b/meteor/README.md index 034ccf44e..abd159083 100644 --- a/meteor/README.md +++ b/meteor/README.md @@ -4,7 +4,7 @@ These definitions are now deprecated. Although they will still work up to Meteor version 0.6.5.1 (and possibly much later), the better way to develop a Meteor app with TypeScript is by installing the [typescript-libs](https://atmosphere.meteor.com/package/typescript-libs) Meteor smart package. -You first need to have Meteorite version and smart package manager. If you don't have it, install it with this command: +You first need to have (Meteorite)[http://oortcloud.github.io/meteorite/] version and smart package manager. If you don't have it, install it with this command: - `npm install -g meteorite`