From eea5a30b4c140ba018856e59cbb61443b1c1f079 Mon Sep 17 00:00:00 2001 From: Tom Terrace Date: Fri, 27 May 2016 14:19:05 -0400 Subject: [PATCH 1/2] Add pointer to official repo in readme.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9792004..edeefab 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # Select2 Bootstrap CSS Simple CSS to make Select2 widgets fit in with Bootstrap. -*This branch (`master`) contains the legacy version for Bootstrap 2. -If you are looking for the Bootstrap 3 version, please head over to the [`bootstrap3` branch](https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3).* + +* NOTE: This is the original legacy repo. You probably want the official one here: https://github.com/select2/select2-bootstrap-theme + +-------------------------------------------------- + + + +* This branch (`master`) contains the legacy version for Bootstrap 2. +* The legacy bootstrap 3 branch is here: [`bootstrap3` branch](https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3).* The LESS file is located at lib/select2-bootstrap.less, and the SCSS file is located at lib/select2-bootstrap.scss. From 1855431d073b3f047381ac1427f2a44c4ba18266 Mon Sep 17 00:00:00 2001 From: Tom Terrace Date: Fri, 27 May 2016 14:19:44 -0400 Subject: [PATCH 2/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edeefab..63e4837 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple CSS to make Select2 widgets fit in with Bootstrap. -* NOTE: This is the original legacy repo. You probably want the official one here: https://github.com/select2/select2-bootstrap-theme +* NOTE: This is the legacy repo. You probably want the official one here: https://github.com/select2/select2-bootstrap-theme --------------------------------------------------