diff --git a/README.md b/README.md index 7d77302..4f87b1b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > A well tested and maintained Go sdk for using the paystack api ### Install -> ```GO go get github.com/Daniel-Sogbey/go-paystack``` +> ```go get github.com/Daniel-Sogbey/go-paystack``` ### Quick Guide @@ -61,7 +61,7 @@ func main() { ## Run Sample Test -> ```GO $ go test``` +> ``` $ go test``` ```GO package initialize