@settlemint/sdk-cli 1.1.15 → 1.1.16-prd1d04a73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -35,7 +35,7 @@
35
35
  - [Get the version of the CLI](#get-the-version-of-the-cli)
36
36
  - [Get help for a command](#get-help-for-a-command)
37
37
  - [Login to the platform](#login-to-the-platform)
38
- - [Creating a new project from a starter kit template](#creating-a-new-project-from-a-starter-kit-template)
38
+ - [Creating a new project from a template](#creating-a-new-project-from-a-template)
39
39
  - [Installing dependencies](#installing-dependencies)
40
40
  - [Connecting to your SettleMint infrastructure](#connecting-to-your-settlemint-infrastructure)
41
41
  - [Deploying your smart contracts and subgraphs](#deploying-your-smart-contracts-and-subgraphs)
@@ -139,9 +139,9 @@ Then run the login command and paste your token when prompted:
139
139
  settlemint login
140
140
  ```
141
141
 
142
- ### Creating a new project from a starter kit template
142
+ ### Creating a new project from a template
143
143
 
144
- To create a new project from a starter kit template, use the `create` command with the `--template` flag:
144
+ To create a new project from a template, use the `create` command with the `--template` flag:
145
145
 
146
146
  ```bash
147
147
  settlemint create --project-name <project-name> --template <template-name>
@@ -249,7 +249,7 @@ settlemint scs subgraph deploy --accept-defaults <subgraph-name>
249
249
 
250
250
  ## API Reference
251
251
 
252
- See the [documentation](https://github.com/settlemint/sdk/tree/v1.1.15/sdk/cli/docs/settlemint.md) for available commands.
252
+ See the [documentation](https://github.com/settlemint/sdk/tree/v1.1.16/sdk/cli/docs/settlemint.md) for available commands.
253
253
 
254
254
  ## Contributing
255
255