Skip to content

Commit 6998c9c

Browse files
committed
Make some quick edits for style
Signed-off-by: Jack Baldry <[email protected]>
1 parent 6cde76a commit 6998c9c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/sources/k6/next/get-started/resources.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,15 @@ These resources help you write and run k6 tests in a safe environment and explor
2727

2828
## Test servers
2929

30-
If you need a place to learn k6 and test your scripts, you can use these playground/demo applications:
30+
If you need a place to learn k6 and test your scripts, you can use these demo applications:
3131

32-
- [grafana/quickpizza](https://github.com/grafana/quickpizza). A simple demo web application.
32+
- [`grafana/quickpizza`](https://github.com/grafana/quickpizza). A demo web application.
3333

34-
Note that these are shared testing environments - please avoid high-load tests. Alternatively, you can deploy and host them on your infrastructure and run the examples in the repository.
34+
{{< admonition type="note" >}}
35+
These are testing environments shared by everyone - avoid high-load tests.
36+
37+
If you want to run tests with high loads, you can deploy and host them on your infrastructure and run the examples in the repository.
38+
{{< /admonition >}}
3539

3640
## k6 + your favorite tool
3741

0 commit comments

Comments
 (0)