From b75496dc6abfc6298f226a9ec7a655736013f083 Mon Sep 17 00:00:00 2001 From: Dave Allen Date: Wed, 28 Aug 2013 17:01:16 -0700 Subject: [PATCH] Hopfeully last wordsmithing --- meteor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor/README.md b/meteor/README.md index 48ced7f84..9ea635d45 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 the 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 alone will not work). ##Referencing Meteor type definitions in your app - Place the meteor.d.ts file in a directory (maybe `/lib/typescript`)