From d2173f35e65e9d6504e8c5260055c09f83e35579 Mon Sep 17 00:00:00 2001 From: Dave Allen Date: Wed, 28 Aug 2013 16:27:18 -0700 Subject: [PATCH] More wordsmithing --- meteor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meteor/README.md b/meteor/README.md index 4eb683e58..6d8a39004 100644 --- a/meteor/README.md +++ b/meteor/README.md @@ -1,6 +1,6 @@ #Meteor Type Definitions Usage Notes -In order to effectively write your Meteor app with TypeScript, there are a few extra things you will need to do in addition to simply referencing this Meteor type definition file and renaming all of your *.js files to *.ts (which will not work). +In order to effectively write your Meteor app with TypeScript, there are a few extra things you will need to do in addition to simply referencing the Meteor type definition file and renaming all of your *.js files to *.ts (which will not work). ##Referencing Meteor type definitions in your app - Place the meteor.d.ts file in a directory (maybe `/lib/typescript`) @@ -66,4 +66,4 @@ A simple Meteor reference application created with TypeScript is listed below. - 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 meteor". \ No newline at end of file +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 meteor'. \ No newline at end of file