Skip to content

Commit

Permalink
Update plugin id (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Nov 16, 2018
1 parent 91e5b2a commit 7fa8486
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ The tag values api returns:

To install this plugin using the `grafana-cli` tool:
```
sudo grafana-cli plugins install grafana-json-datasource
sudo grafana-cli plugins install simpod-json-datasource
sudo service grafana-server restart
```
See [here](https://grafana.com/plugins/grafana-json-datasource/installation) for more
See [here](https://grafana.com/plugins/simpod-json-datasource/installation) for more
information.

### Development setup
Expand Down
2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JSON",
"id": "grafana-json-datasource",
"id": "simpod-json-datasource",
"type": "datasource",

"partials": {
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JSON",
"id": "grafana-json-datasource",
"id": "simpod-json-datasource",
"type": "datasource",

"partials": {
Expand Down

0 comments on commit 7fa8486

Please sign in to comment.