diff --git a/README.md b/README.md index 85f6065..013323c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ an advantage of itself. Now, Midtrans is available to be used in Go, too. ## Example +We have attached usage examples in this repository in folder `example/simplepay`. +Please proceed there for more detail on how to run the example. + ### Core Gateway ```go diff --git a/example/simplepay/README.md b/example/simplepay/README.md index af1294e..38bf04e 100644 --- a/example/simplepay/README.md +++ b/example/simplepay/README.md @@ -10,4 +10,5 @@ for integrating Midtrans PG with Go. 2. Clone and change dir to this example folder 3. Run: `go build -o main && ./main` -Visit: `localhost:1234` and make payment. \ No newline at end of file +Visit: `localhost:1234` and make payment using core API. Visit `/snap` to +to make payment using Snap.