From e7f5c72a5984890d2509258f001fc7d771b0175a Mon Sep 17 00:00:00 2001 From: Robdel12 Date: Thu, 10 Mar 2016 23:10:22 -0600 Subject: [PATCH 1/2] 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 From 4362d1640f4df4f6d3a54d8e93339f5831cd27b6 Mon Sep 17 00:00:00 2001 From: Robdel12 Date: Fri, 11 Mar 2016 11:15:59 -0600 Subject: [PATCH 2/2] @tehviking's words are so much better than mine --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0653d8..e986cc1 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,17 @@ A Select component based on the native html select. +There are a lot of options out there for fancy dropdowns, but after +spending many months writing them, we've learned you can't beat a +native `` tag dammit. The only difference is that you want value of -the options to be any object and not just a string. ## Installation