From fd9b0376e54abe7cccb3f66c5d87f66635c57ae0 Mon Sep 17 00:00:00 2001 From: Steve Lambe Date: Wed, 2 Dec 2015 09:18:46 -0500 Subject: [PATCH] Updated README with fixed component link. When clicked the link to the originating GitHub repo sent to a 400 error so I've linked directly to the repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899d24c..2c6f357 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ React-Select A Select control built with and for [React](http://facebook.github.io/react/index.html). Initially built for use in [KeystoneJS](http://www.keystonejs.com). -This package wraps the react component [React-Select](https://raw.githubusercontent.com/JedWatson/react-select) for Meteor. +This package wraps the react component [React-Select](https://github.com/JedWatson/react-select) for Meteor. ### Adding it to your project