Skip to content

Commit 036a9d3

Browse files
authored
doc: replace ci status badge (#182)
* docs: replace ci status badge * docs: correct typo
1 parent 625a50f commit 036a9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ember Chart
22

3-
[![Build Status](https://travis-ci.org/aomran/ember-cli-chart.svg)](https://travis-ci.org/aomran/ember-cli-chart)
3+
[![CI](https://github.com/aomran/ember-cli-chart/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/aomran/ember-cli-chart/actions/workflows/ci.yml)
44
[![Ember Observer Score](https://emberobserver.com/badges/ember-cli-chart.svg)](https://emberobserver.com/addons/ember-cli-chart)
55

66
This Ember CLI addon is a simple wrapper for [ChartJS](http://www.chartjs.org/) (v3.5).
@@ -30,7 +30,7 @@ In your handlebars template just do:
3030
@height={{CHARTHEIGHT}}
3131
@plugins={{CHARTPLUGINS}}
3232
@customLegendElement={{CUSTOMLEGENDELEMENT}}
33-
}}
33+
/>
3434
```
3535

3636
- CHARTTYPE: String; one of the following -- `line`, `bar`, `radar`, `polarArea`, `pie` or `doughnut`.

0 commit comments

Comments
 (0)