Minor change to intro

This commit is contained in:
Dave Allen
2013-08-29 09:42:34 -07:00
parent 538af0796f
commit 692bbb95e2
+3 -3
View File
@@ -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