From 4a5e0739fb74a45fa2c96bcf2f078d12b277910e Mon Sep 17 00:00:00 2001 From: jorjordandan Date: Tue, 25 Aug 2015 11:30:27 -0700 Subject: [PATCH] Minor change to readme wording Just to clarify that the CSS framework is available with the package, preventing questions like #288, and provide a link to the css framework docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 611869b..846809d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Build [Ionic](http://ionicframework.com/) apps in [Meteor](https://www.meteor.com/)! -This is an attempt at **real Ionic and Meteor integration**. This is not just Ionic's CSS framework wrapped in a Meteor package. It aims to be a complete port of [Ionic’s Angular directives](http://ionicframework.com/docs/api/) to [Meteor Blaze](https://www.meteor.com/blaze) templates. +This is an attempt at **real Ionic and Meteor integration**. This isn't only a wrapper [Ionic's CSS framework](http://ionicframework.com/docs/components/), it's also an (almost) complete port of [Ionic’s Angular directives](http://ionicframework.com/docs/api/) to [Meteor Blaze](https://www.meteor.com/blaze) templates. ## Why? [Ionic](http://ionicframework.com/) is arguably the most comprehensive, polished, cross-platform mobile framework available. But unfortunately a large portion of its functionality comes from Angular directives. [I'm not a fan of trying to force-fit Angular into Meteor](https://medium.com/space-camp/your-meteor-app-probably-doesnt-need-angular-13986a0323f6), so I wanted to see if I could rewrite Ionic specifically for Meteor.