From e7f5c72a5984890d2509258f001fc7d771b0175a Mon Sep 17 00:00:00 2001 From: Robdel12 Date: Thu, 10 Mar 2016 23:10:22 -0600 Subject: [PATCH] First pass at fixing the README description --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc1c013..f0653d8 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ A Select component based on the native html select. -Why a select component? Because `Ember.Select` is hard to use, and -really, all you want to do is just use a `` tag dammit. The only difference is that you want value of +the options to be any object and not just a string. ## Installation