diff --git a/docs/README.docs.md b/docs/README.docs.md index afb8a84de0..5c963b39b5 100644 --- a/docs/README.docs.md +++ b/docs/README.docs.md @@ -1,4 +1,4 @@ -# React Bootstrap Documentation Website +# React-Bootstrap Documentation Website This website is single page app built on [React](http://facebook.github.io/react/), with styles and structure taken from diff --git a/docs/README.md b/docs/README.md index a6c53990ea..e9a7030df4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -# React Bootstrap Documentation Website +# React-Bootstrap Documentation Website This website is single page app built on [React](http://facebook.github.io/react/), with styles and structure taken from diff --git a/docs/assets/style.css b/docs/assets/style.css index 1d1d2fbf2f..645481e0bf 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -1,5 +1,5 @@ /* - * React Bootstrap Documentation + * React-Bootstrap Documentation * Special styles for presenting react-bootstrap's documentation and code examples. * Based on the Bootstrap Documentation styles and overridden as necessary. */ diff --git a/docs/src/NavMain.js b/docs/src/NavMain.js index 0ade630b6f..4e295fdfeb 100644 --- a/docs/src/NavMain.js +++ b/docs/src/NavMain.js @@ -24,7 +24,7 @@ const NavMain = React.createClass({ }, render() { - let brand = React Bootstrap; + let brand = React-Bootstrap; let links = Object.keys(NAV_LINKS).map(this.renderNavItem).concat([