From 3f3bdcf2b7f544a3fced94d5352a1972f71e8557 Mon Sep 17 00:00:00 2001 From: Maciek Stasieluk Date: Fri, 24 Jul 2015 17:53:53 +0200 Subject: [PATCH] readme update --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8332d14..7b6ba96 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ - [About](#about) - [Roadmap](#roadmap) - [Changelog](#changelog) + - [Issues](#issues) - [Copyright and license](#copyright-and-license) @@ -194,14 +195,18 @@ You also don't have to worry about this when using `import` inside `*.import.js` ### Roadmap -- [] Full tests coverage -- [] Allow opt-in for other Babel modules (decorators etc) -- [] Support for lazy loading modules on the client instead of bundling them with main Meteor app +- [ ] Full tests coverage +- [ ] Allow opt-in for other Babel modules (decorators etc) +- [ ] Support for lazy loading modules on the client instead of bundling them with main Meteor app ### Changelog You can find changelog in CHANGELOG.md file. +### Issues + +Please report all found issues on [GitHub issue tracker](https://github.com/vazco/universe-modules/issues) + ### Copyright and license Code and documentation © 2015 [Vazco.eu](http://vazco.eu)