Skip to content

Commit c68320c

Browse files
committed
Fix typo on README.md
1 parent 5c24b1f commit c68320c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ thanks to [Grizzly](https://github.com/grafana/grizzly) and [GitHub Actions](htt
88

99
## What's here?
1010

11-
- **An [example dashboard](./example.jsonnet)** written in [Jsonnet](https://jsonnet.org/) with [Grafonnet](https://github.com/grafana/grafonnet).
12-
- **Are you willing to extend it?** Find [here](https://grafana.github.io/grafonnet/API/dashboard/index.html) the Grafonnet API for dashboards.
13-
- An example of **[how to use Grizzle to push dashboards to a Grafana instance](./.github/workflows/deploy.yml#L20)**.
14-
- **Would you like to learn more about Grizzly** Find [here](https://grafana.github.io/grizzly/) the docs.
15-
- An example of **[how to continuously deploy Grafonnet code to a Grafana instance](./.github/workflows/deploy.yml)**.
11+
- An **[example dashboard](./example.jsonnet)** written in [Jsonnet](https://jsonnet.org/) with [Grafonnet](https://github.com/grafana/grafonnet).
12+
- Are you willing to extend it? Find [here](https://grafana.github.io/grafonnet/API/dashboard/index.html) the Grafonnet API for dashboards.
13+
- An example of how to **[use Grizzle to push dashboards to a Grafana instance](./.github/workflows/deploy.yml#L20)**.
14+
- Would you like to learn more about Grizzly? Find [here](https://grafana.github.io/grizzly/) the docs.
15+
- An example of how to **[continuously deploy Grafonnet code to a Grafana instance](./.github/workflows/deploy.yml)** with GitHub Actions.
1616

1717
## Looking for building your own example?
1818

19-
If you're a [learning-by-doing](https://en.wikipedia.org/wiki/Learning-by-doing) kind of person, you can follow the steps below to build your own example.
19+
**If you're a [learning-by-doing](https://en.wikipedia.org/wiki/Learning-by-doing) kind of person,** you can follow the steps below to build your own example.
2020

2121
### Pre-requisites
2222

@@ -97,6 +97,6 @@ First of all, you need to have these tools up and running before starting:
9797

9898
## Contribute
9999

100-
**Have you detected a typo or something incorrect and you are willing to contribute?**
100+
Have you detected a typo or something incorrect, and you are **willing to contribute?**
101101

102102
Please, [open a pull request](https://github.com/joanlopez/grafonnet-example/compare), and I'll be happy to review it.

0 commit comments

Comments
 (0)