From 326430872a25da933649072bfe707c9c5d7c41a7 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 25 Mar 2017 01:28:38 +1100 Subject: [PATCH] chore(readme): added bs4 cdn instructions (#1784) * Include CDN instructions for Bootstrap 4 * chore(readme): added bs4 cdn instructions --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a98797579..85b549ea58 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,27 @@ Install `ng2-bootstrap` from `npm` npm install ng2-bootstrap --save ``` -You will need bootstrap styles +You will need bootstrap styles (Bootstrap 3) ``` ``` +Or Bootstrap 4 +``` + + +``` +Hot to enable bootstrap 4 theme templates in ng2-bootstrap, please read +[here](https://github.com/valor-software/ng2-bootstrap/blob/development/docs/getting-started/bootstrap4.md) + +``` + + +``` + + ## How to use it with: - `angular-cli` please refer to [getting-started-with-ng-cli](https://github.com/valor-software/ng2-bootstrap/tree/development/docs/getting-started/ng-cli.md) - `angular-seed` please refer to [getting-started-with-angular-seed](https://github.com/valor-software/ng2-bootstrap/tree/development/docs/getting-started/angular-seed.md)