From 8aa2e6485b107aa85cada2a73a1354bb5ae9d20c Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Sun, 16 Nov 2014 12:33:04 +0200 Subject: [PATCH] Fixed README md formatting --- README.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cc083ea6..6279eac3 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,39 @@ Packages used ============= -* meteor-platform - Base Meteor. [Docs](http://docs.meteor.com/#/full/) +* meteor-platform + * Base Meteor. + * [Docs](http://docs.meteor.com/#/full/) * autopublish - Publishes everything to the client. Must be removed before release + * Publishes everything to the client. + * Must be removed before release * insecure - Allows the client the freedom to modify any colleciton. Must be removed before release + * Allows the client the freedom to modify any colleciton. + * Must be removed before release * iron:router - Enables pagination and URL's to direct to specific templates. [Tutorial](http://www.manuel-schoebel.com/blog/iron-router-tutorial) + * Enables pagination and URL's to direct to specific templates. + * [Tutorial](http://www.manuel-schoebel.com/blog/iron-router-tutorial) * accounts-password - Lets users create accounts with a simple password + * Lets users create accounts with a simple password * accounts-ui - Adds simple UI for logging in + * Adds simple UI for logging in * random - Somewhat decent cryptographically strong psuedo random number generation. [readme](https://atmospherejs.com/meteor/random) + * Somewhat decent cryptographically strong psuedo random number generation. + * [readme](https://atmospherejs.com/meteor/random) * dburles:collection-helpers - Adds template-style helpers to collections. [github page](https://github.com/dburles/meteor-collection-helpers) + * Adds template-style helpers to collections. [github page](https://github.com/dburles/meteor-collection-helpers) * reactive-var - Friendly reactive variables [Meteor Docs](http://docs.meteor.com/#/full/reactivevar_pkg) + * Friendly reactive variables + * [Meteor Docs](http://docs.meteor.com/#/full/reactivevar_pkg) * cw4gn3r:jquery-event-drag - Adds jquery drag events + * Adds jquery drag events * underscore - Handy javascript utilities [Docs](http://underscorejs.org/) + * Handy javascript utilities + * [Docs](http://underscorejs.org/) * aldeed:collection2 - Extends collections with Schemas [(gitHub page)](https://github.com/aldeed/meteor-collection2) using [SimpleSchema](https://github.com/aldeed/meteor-simple-schema) + * Extends collections with Schemas + * [(gitHub page)](https://github.com/aldeed/meteor-collection2) + * uses [SimpleSchema](https://github.com/aldeed/meteor-simple-schema) * aldeed:autoform - Automatically generates bootstrap forms for collection2 Schemas. [github](https://github.com/aldeed/meteor-autoform) \ No newline at end of file + * Automatically generates bootstrap forms for collection2 Schemas. + * [github](https://github.com/aldeed/meteor-autoform)