This commit is contained in:
Tom Wang
2014-07-22 18:37:01 +08:00
committed by Avital Oliver
parent e76332b102
commit 114b36bbcb

View File

@@ -33,7 +33,7 @@ packages that most any app will use (for example `webapp`, which
handles incoming HTTP connections, and `templating`, which lets you
make HTML templates that automatically update live as data changes).
Then there are optional packages like `email`, which lets your app
send emails, or the Meteor Accounts series (`account-password`,
send emails, or the Meteor Accounts series (`accounts-password`,
`accounts-facebook`, `accounts-ui`, and others) which provide a
full-featured user account system that you can drop right into your
app. And beyond these "official" packages, there are hundreds of