Skip to content

Commit 537e84f

Browse files
committed
chore: readme updates
1 parent c3206b0 commit 537e84f

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

README.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
1-
[![npm version](https://badge.fury.io/js/ng2-dragula.svg)](http://badge.fury.io/js/ng2-dragula) [![npm downloads](https://img.shields.io/npm/dm/ng2-dragula.svg)](https://npmjs.org/ng2-dragula) [![slack](https://ngx-slack.herokuapp.com/badge.svg)](https://ngx-slack.herokuapp.com)
1+
Official **Angular** wrapper for [`dragula`](https://github.com/bevacqua/dragula).
2+
3+
[![npm version](https://badge.fury.io/js/ng2-dragula.svg)](http://badge.fury.io/js/ng2-dragula) [![npm downloads](https://img.shields.io/npm/dm/ng2-dragula.svg)](https://npmjs.org/ng2-dragula)
24
[![Build Status](https://travis-ci.org/valor-software/ng2-dragula.svg?branch=master)](https://travis-ci.org/valor-software/ng2-dragula)
35
[![codecov](https://codecov.io/gh/valor-software/ng2-dragula/branch/master/graph/badge.svg)](https://codecov.io/gh/valor-software/ng2-dragula)
46

57
![Logo](https://raw.githubusercontent.com/bevacqua/dragula/master/resources/logo.png)
68

79
> Drag and drop so simple it hurts
810
9-
Official **Angular** wrapper for [`dragula`](https://github.com/bevacqua/dragula).
10-
11-
# Notice: v2 has been released
12-
13-
**It contains a number of breaking changes. Follow the [migration guide
14-
here][migration] or read the [full changelog][changelog].**
15-
16-
[migration]: ./MIGRATION-v2.md
17-
[changelog]: ./modules/ng2-dragula/CHANGELOG.md
1811

1912
# Demo
2013

2114
Try out the [demo](http://valor-software.github.io/ng2-dragula/index.html)!
2215

23-
Or play with [this starter in your browser][stackblitz] on StackBlitz.
16+
[//]: # (Or play with [this starter in your browser][stackblitz] on StackBlitz.)
2417

2518
[stackblitz]: https://stackblitz.com/edit/ng2-dragula-base?file=src/app/app.component.html
2619

libs/ng2-dragula/README.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
1-
Please see the [complete README on GitHub](https://github.com/valor-software/ng2-dragula/)
1+
Official **Angular** wrapper for [`dragula`](https://github.com/bevacqua/dragula).
22

3-
[![npm version](https://badge.fury.io/js/ng2-dragula.svg)](http://badge.fury.io/js/ng2-dragula) [![npm downloads](https://img.shields.io/npm/dm/ng2-dragula.svg)](https://npmjs.org/ng2-dragula) [![slack](https://ngx-slack.herokuapp.com/badge.svg)](https://ngx-slack.herokuapp.com)
3+
[![npm version](https://badge.fury.io/js/ng2-dragula.svg)](http://badge.fury.io/js/ng2-dragula) [![npm downloads](https://img.shields.io/npm/dm/ng2-dragula.svg)](https://npmjs.org/ng2-dragula)
44
[![Build Status](https://travis-ci.org/valor-software/ng2-dragula.svg?branch=master)](https://travis-ci.org/valor-software/ng2-dragula)
55
[![codecov](https://codecov.io/gh/valor-software/ng2-dragula/branch/master/graph/badge.svg)](https://codecov.io/gh/valor-software/ng2-dragula)
66

77
![Logo](https://raw.githubusercontent.com/bevacqua/dragula/master/resources/logo.png)
88

99
> Drag and drop so simple it hurts
1010
11-
Official **Angular** wrapper for [`dragula`](https://github.com/bevacqua/dragula).
12-
13-
# Notice: v2 has been released
14-
15-
**It contains a number of breaking changes. Follow the [migration guide
16-
here][migration] or read the [full changelog][changelog].**
17-
18-
[migration]: ./MIGRATION-v2.md
19-
[changelog]: ./modules/ng2-dragula/CHANGELOG.md
2011

2112
# Demo
2213

2314
Try out the [demo](http://valor-software.github.io/ng2-dragula/index.html)!
2415

25-
Or play with [this starter in your browser][stackblitz] on StackBlitz.
16+
[//]: # (Or play with [this starter in your browser][stackblitz] on StackBlitz.)
2617

2718
[stackblitz]: https://stackblitz.com/edit/ng2-dragula-base?file=src/app/app.component.html
2819

0 commit comments

Comments
 (0)