Skip to content

Commit

Permalink
chore: add installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
j-low committed Jan 18, 2025
1 parent 9dcf52a commit c64394e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit c64394e

Please sign in to comment.