Skip to content

Commit 0b97dcb

Browse files
tayeinteractjs-ci
authored andcommitted
chore: workflow badge
1 parent 90d3baf commit 0b97dcb

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

README.md

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,31 @@
77
<div align="center">
88
<a href="https://gitter.im/taye/interact.js"><img src="https://badges.gitter.im/taye/interact.js.svg" alt="Gitter"></a>
99
<a href="https://www.jsdelivr.com/package/npm/interactjs"><img src="https://data.jsdelivr.com/v1/package/npm/interactjs/badge" alt="jsDelivr"></a>
10-
<a href="https://travis-ci.com/taye/interact.js"><img src="https://travis-ci.com/taye/interact.js.svg?branch=main" alt="Build Status"></a>
10+
<a href="https://github.com/taye/interact.js/actions/workflows/workflow.yml"><img src="https://github.com/taye/interact.js/actions/workflows/workflow.yml/badge.svg" alt="Build Status"></a>
1111
<a href="https://codeclimate.com/github/taye/interact.js/test_coverage"><img src="https://api.codeclimate.com/v1/badges/0168aeaeed781a949088/test_coverage"/></a>
1212
</div>
1313
<br>
1414

1515
Features include:
1616

17-
- **inertia** and **snapping**
18-
- **multi-touch**, simultaneous interactions
19-
- cross browser and device, supporting the **desktop and mobile** versions of
20-
Chrome, Firefox and Opera as well as **Internet Explorer 9+**
21-
- interaction with [**SVG**](http://interactjs.io/#use_in_svg_files) elements
22-
- being **standalone and customizable**
23-
- **not modifying the DOM** except to change the cursor (but you can disable
24-
that)
25-
26-
Installation
27-
------------
28-
29-
* [npm](https://www.npmjs.org/): `npm install interactjs`
30-
* [jsDelivr CDN](https://cdn.jsdelivr.net/npm/interactjs/): `<script src="https://cdn.jsdelivr.net/npm/interactjs/dist/interact.min.js"></script>`
31-
* [unpkg CDN](https://unpkg.com/interactjs/): `<script src="https://unpkg.com/interactjs/dist/interact.min.js"></script>`
32-
* [Rails 5.1+](https://rubyonrails.org/):
17+
- **inertia** and **snapping**
18+
- **multi-touch**, simultaneous interactions
19+
- cross browser and device, supporting the **desktop and mobile** versions of
20+
Chrome, Firefox and Opera as well as **Internet Explorer 9+**
21+
- interaction with [**SVG**](http://interactjs.io/#use_in_svg_files) elements
22+
- being **standalone and customizable**
23+
- **not modifying the DOM** except to change the cursor (but you can disable
24+
that)
25+
26+
## Installation
27+
28+
- [npm](https://www.npmjs.org/): `npm install interactjs`
29+
- [jsDelivr CDN](https://cdn.jsdelivr.net/npm/interactjs/): `<script src="https://cdn.jsdelivr.net/npm/interactjs/dist/interact.min.js"></script>`
30+
- [unpkg CDN](https://unpkg.com/interactjs/): `<script src="https://unpkg.com/interactjs/dist/interact.min.js"></script>`
31+
- [Rails 5.1+](https://rubyonrails.org/):
3332
1. `yarn add interactjs`
3433
2. `//= require interactjs/interact`
35-
* [Webjars SBT/Play 2](https://www.webjars.org/): `libraryDependencies ++= Seq("org.webjars.npm" % "interactjs" % version)`
34+
- [Webjars SBT/Play 2](https://www.webjars.org/): `libraryDependencies ++= Seq("org.webjars.npm" % "interactjs" % version)`
3635

3736
### Typescript definitions
3837

@@ -43,13 +42,11 @@ definitions, but if you need the typings alone, you can install them with:
4342
npm install --save-dev @interactjs/types
4443
```
4544

46-
Documentation
47-
-------------
45+
## Documentation
4846

4947
http://interactjs.io/docs
5048

51-
Example
52-
-------
49+
## Example
5350

5451
```javascript
5552
var pixelSize = 16;
@@ -103,8 +100,7 @@ interact('.rainbow-pixel-canvas')
103100

104101
See the above code in action at https://codepen.io/taye/pen/tCKAm
105102

106-
License
107-
-------
103+
## License
108104

109105
interact.js is released under the [MIT License](http://taye.mit-license.org).
110106

0 commit comments

Comments
 (0)