Update README.md

This commit is contained in:
Alexander Lukyanchikov 2019-06-26 22:38:54 -04:00 committed by GitHub
parent 83f8d04225
commit f712501518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -389,9 +389,9 @@ textboxes:
### JMX
<details><summary>Java application uptime</summary>
<details><summary>Java application uptime example</summary>
Prerequisite: download [jmxterm jar file](https://docs.cyclopsgroup.org/jmxterm)
- Prerequisite: download [jmxterm jar file](https://docs.cyclopsgroup.org/jmxterm)
```yml
textboxes:
@ -404,4 +404,4 @@ textboxes:
transform: echo $sample | tr -dc '0-9' | awk '{printf "%.1f min", $1/1000/60}'
```
</details>
</details>