From 04e8e09c00f45f61278b1aae8c234700c2ebab93 Mon Sep 17 00:00:00 2001 From: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> Date: Thu, 16 Jan 2020 13:38:56 +1100 Subject: [PATCH 1/2] Update README fix URL typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fcadc..8c9a7b9 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ web3Context.off(Web3Context.ConnectionChangedEventName, updateConnection); ## Learn More * Try it out on the [Starter Kit](https://docs.openzeppelin.com/starter-kits): run `openzeppelin unpack starter` and follow the instructions. - * For detailed usage information, take a look at the [API Reference](https://docs.openzeppelin/com/network-js/api). + * For detailed usage information, take a look at the [API Reference](https://docs.openzeppelin.com/network-js/api). ## License From 967150a84c14f171c78a5cdf54e29b27695eb422 Mon Sep 17 00:00:00 2001 From: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> Date: Thu, 16 Jan 2020 13:55:33 +1100 Subject: [PATCH 2/2] Update README unpack gsn Change unpack command to be `npx @openzeppelin/cli unpack` GSN starter kit currently is only starter kit using OpenZeppelin Network.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c9a7b9..3157077 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ web3Context.off(Web3Context.ConnectionChangedEventName, updateConnection); ## Learn More - * Try it out on the [Starter Kit](https://docs.openzeppelin.com/starter-kits): run `openzeppelin unpack starter` and follow the instructions. + * Try it out on the [GSN Starter Kit](https://docs.openzeppelin.com/starter-kits/gsnkit): run `npx @openzeppelin/cli unpack gsn` in a new directory and follow the instructions. * For detailed usage information, take a look at the [API Reference](https://docs.openzeppelin.com/network-js/api). ## License