From c64394ee07b3eb7b8d59a8113e7dbc8ad041258d Mon Sep 17 00:00:00 2001 From: j-low Date: Sat, 18 Jan 2025 14:21:41 -0600 Subject: [PATCH] chore: add installation instructions to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eeba33d..80ba363 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ The package provides bindings for the following Squarespace Commerce APIs: - [Transactions](https://developers.squarespace.com/commerce-apis/transactions-overview) - [Webhook Subscriptions](https://developers.squarespace.com/commerce-apis/webhook-subscriptions-overview) -Usage +## Installation + +From your project root, run: `$ go get github.com/j-low/gocommerce@v1.0.1` + +## Usage ``` import (