From bbb17b5331f777375a673f1851d373921c20370e Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Wed, 18 Nov 2015 18:51:15 -0800 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eed9845..61399a05 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ demos and docs at: http://react-bootstrap.github.io/react-overlays/examples/ npm install --save react-overlays ``` -All of these utilities have been abstracted out of [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) in order to provide better access to the generic implementations of these commonly needed components. The included components are building blockings for creating more polished components. Everything is bring-your-own-styles, css or otherwise. +All of these utilities have been abstracted out of [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) in order to provide better access to the generic implementations of these commonly needed components. The included components are building blocks for creating more polished components. Everything is bring-your-own-styles, css or otherwise. If you are looking for more complete overlays, modals, or tooltips--something you can use right out of the box--check out react-boostrap, which is (or soon will be) built on using these components.