Skip to content

Commit 49379b8

Browse files
committed
Enhance usage examples in README by adding step names for clarity
1 parent d076014 commit 49379b8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ Use the major version tag (e.g. `@v1`) to automatically receive the latest updat
3434
with:
3535
node-version: "lts/*"
3636

37-
- uses: fern-api/setup-fern-cli@v1
37+
- name: Setup Fern CLI
38+
uses: fern-api/setup-fern-cli@v1
3839
```
3940
4041
### With a specific version
4142
4243
```yaml
43-
- uses: fern-api/setup-fern-cli@v1
44+
- name: Setup Fern CLI
45+
uses: fern-api/setup-fern-cli@v1
4446
with:
4547
version: "3.81.0"
4648
```
@@ -70,7 +72,8 @@ jobs:
7072
with:
7173
node-version: "lts/*"
7274
73-
- uses: fern-api/setup-fern-cli@v1
75+
- name: Setup Fern CLI
76+
uses: fern-api/setup-fern-cli@v1
7477
7578
- run: fern generate
7679
```

0 commit comments

Comments
 (0)