This is an automated email from the ASF dual-hosted git repository.

vladi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-csbench.git


The following commit(s) were added to refs/heads/main by this push:
     new 763d8fa  Remove syntax highlighting from README for csbench usage (#6)
763d8fa is described below

commit 763d8fa82d6f9241c6db05d5a7a61f6a0433fe5b
Author: Vishesh <[email protected]>
AuthorDate: Thu Dec 21 15:52:29 2023 +0530

    Remove syntax highlighting from README for csbench usage (#6)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a8219e1..b88a964 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ go build
 
 Setup a config file. Check the sample config file [here](./config/config).
 
-```ini
+```
 # URL of the CloudStack API endpoint
 url = http://localhost:8080/client/api/
 # Number of times to run the test. Used only for -benchmark
@@ -62,7 +62,7 @@ signatureversion = 3
 ```
 
 
-```bash
+```
 $ csbench -h
 Usage: go run csmetrictool.go -dbprofile <DB profile number>
 Options:

Reply via email to