From 692bbb95e2103613a5473a1b339f58c77a845ebc Mon Sep 17 00:00:00 2001 From: Dave Allen Date: Thu, 29 Aug 2013 09:42:34 -0700 Subject: [PATCH] Minor change to intro --- meteor/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meteor/README.md b/meteor/README.md index 3226bd8ee..f501dcf54 100644 --- a/meteor/README.md +++ b/meteor/README.md @@ -1,9 +1,9 @@ #Meteor Type Definitions Usage Notes -In order to effectively write your Meteor app with TypeScript, you will probably need to follow these steps: +In order to effectively write your Meteor app with TypeScript, you will probably need to do these things: -- Reference the type definitions file -- Create a Templates definitions file +- Reference the Meteor type definitions file (meteor.d.ts) +- Create a Template definition file - Create Collections within modules