Skip to content

Commit

Permalink
docs: nightly release dependency package name (#750)
Browse files Browse the repository at this point in the history
<!--
☝️ PR title should follow conventional commits
(https://conventionalcommits.org).
In particular, the title should start with one of the following types:

- docs: 📖 Documentation (updates to the documentation or readme)
- fix: 🐞 Bug fix (a non-breaking change that fixes an issue)
- feat: ✨ New feature/enhancement (a non-breaking change that adds
functionality or improves existing one)
- feat!/fix!: ⚠️ Breaking change (fix or feature that would cause
existing functionality to change)
- chore: 🧹 Chore (updates to the build process or auxiliary tools and
libraries)
-->

### 🔗 Linked issue

<!-- If it resolves an open issue, please link the issue here. For
example "Resolves #123" -->

### 📚 Description

<!-- Describe your changes in detail -->
<!-- Why is this change required? What problem does it solve? -->
  • Loading branch information
HZooly authored Aug 12, 2024
1 parent 24826e2 commit ffe9818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/1.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To use the nightly version, follow these steps:
```json
{
"devDependencies": {
"nuxt": "npm:@nuxtjs/storybook@nightly"
"@nuxtjs/storybook": "npm:@nuxtjs/storybook@nightly"
}
}
```
Expand Down

0 comments on commit ffe9818

Please sign in to comment.