aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-03-22 01:00:55 +0700
committerShulhan <ms@kilabit.info>2021-03-22 01:00:55 +0700
commit5ffaf533cd7e4d26365b342f0f6d15bd8d1ff5d1 (patch)
treea75b180454dac83dd79a1dd139cbdfb046b4cac9
parent5ce96fc94427264ca2ff089a3d2456f301b80581 (diff)
downloadgorankusu-5ffaf533cd7e4d26365b342f0f6d15bd8d1ff5d1.tar.xz
all: add badge for pkg.go.dev and fix example package link on Usage
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 53f184e..bc82003 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,17 @@ to test HTTP service, similar to Postman, and for load testing.
For the load testing we use vegeta [1] as the backend.
+[![Go Reference](https://pkg.go.dev/badge/git.sr.ht/~shulhan/trunks.svg)](https://pkg.go.dev/git.sr.ht/~shulhan/trunks)
+
## Usage
See the
-(Example)[https://git.sr.ht/~shulhan/trunks/tree/main/item/example/] package
-on how to programmatically use create service using this module, or,
+[example](https://git.sr.ht/~shulhan/trunks/tree/main/item/example/) package
+on how to programmatically use and create service using this module, or,
-* clone this repository,
-* execute `make run`, and
-* open http://127.0.0.1:8217.
+ * clone this repository,
+ * execute `make run`, and
+ * open http://127.0.0.1:8217.
## Screen shots