From 73d6d1e49f11a0fbd7f5f31c23a17f77dea54bfb Mon Sep 17 00:00:00 2001 From: Mikael Korpela Date: Thu, 15 Jun 2017 12:19:38 +0300 Subject: [PATCH] Remove broken demo link from readme - Remove broken demo link - Change "Angular 2" to "Angular v2+" (as this should work with v3, v4 etc. See [Angular versioning](https://angularjs.blogspot.lt/2016/10/versioning-and-releasing-angular.html) update) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e8aaaaf..4def21a 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ angular-confirm =============== [![Build Status](https://travis-ci.org/jameskleeh/angular-confirm.svg?branch=master)](https://travis-ci.org/jameskleeh/angular-confirm) -Confirm modal dialog for Angular 2! +Confirm modal dialog for Angular v2+! The AngularJS version is maintained in the [1.2.x branch](https://github.com/jameskleeh/angular-confirm/tree/1.2.x) -See [demo](http://jameskleeh.github.io/angular-confirm/angular2) - ## Install This module requires the Ng-Bootstrap [NgbModal](https://ng-bootstrap.github.io/#/components/modal). The default template uses styles from [Bootstrap](http://v4-alpha.getbootstrap.com/) 4.x.