mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Minor edits to README
This commit is contained in:
parent
9b838c9efb
commit
265ce185b5
@ -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 the Meteorite version and smart package manager. If you don't have it, install it with this command:
|
||||
You first need to have Meteorite version and smart package manager. If you don't have it, install it with this command:
|
||||
- `npm install -g meteorite`
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ Using the typescript-libs smart package eliminates the need for the Template and
|
||||
are several new modifications necessary to use typescript-libs (e.g. calling Template['yourTemplate']['helpers'], creating Data Objects).
|
||||
|
||||
|
||||
Kudos to [Olivier Refalo](https://github.com/orefalo) for developing these smart packages quicker and better than me!
|
||||
Kudos to [Olivier Refalo](https://github.com/orefalo) for developing the smart packages quicker and better than me!
|
||||
|
||||
--------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user