Skip to content

Commit

Permalink
chore: readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 21, 2023
1 parent c3206b0 commit 537e84f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
[![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)
Official **Angular** wrapper for [`dragula`](https://github.com/bevacqua/dragula).

[![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)
[![Build Status](https://travis-ci.org/valor-software/ng2-dragula.svg?branch=master)](https://travis-ci.org/valor-software/ng2-dragula)
[![codecov](https://codecov.io/gh/valor-software/ng2-dragula/branch/master/graph/badge.svg)](https://codecov.io/gh/valor-software/ng2-dragula)

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

> Drag and drop so simple it hurts
Official **Angular** wrapper for [`dragula`](https://github.com/bevacqua/dragula).

# Notice: v2 has been released

**It contains a number of breaking changes. Follow the [migration guide
here][migration] or read the [full changelog][changelog].**

[migration]: ./MIGRATION-v2.md
[changelog]: ./modules/ng2-dragula/CHANGELOG.md

# Demo

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

Or play with [this starter in your browser][stackblitz] on StackBlitz.
[//]: # (Or play with [this starter in your browser][stackblitz] on StackBlitz.)

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

Expand Down
15 changes: 3 additions & 12 deletions libs/ng2-dragula/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
Please see the [complete README on GitHub](https://github.com/valor-software/ng2-dragula/)
Official **Angular** wrapper for [`dragula`](https://github.com/bevacqua/dragula).

[![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)
[![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)
[![Build Status](https://travis-ci.org/valor-software/ng2-dragula.svg?branch=master)](https://travis-ci.org/valor-software/ng2-dragula)
[![codecov](https://codecov.io/gh/valor-software/ng2-dragula/branch/master/graph/badge.svg)](https://codecov.io/gh/valor-software/ng2-dragula)

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

> Drag and drop so simple it hurts
Official **Angular** wrapper for [`dragula`](https://github.com/bevacqua/dragula).

# Notice: v2 has been released

**It contains a number of breaking changes. Follow the [migration guide
here][migration] or read the [full changelog][changelog].**

[migration]: ./MIGRATION-v2.md
[changelog]: ./modules/ng2-dragula/CHANGELOG.md

# Demo

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

Or play with [this starter in your browser][stackblitz] on StackBlitz.
[//]: # (Or play with [this starter in your browser][stackblitz] on StackBlitz.)

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

Expand Down

0 comments on commit 537e84f

Please sign in to comment.