Skip to content

Commit

Permalink
docs(guide): update storybook integration guide title and content
Browse files Browse the repository at this point in the history
Updated the title of the Storybook integration guide for clarity.
Replaced `nuxt-i18n` with `nuxt-i18n-micro` to reflect the correct
package usage in the guide. This improves accuracy for users
setting up their projects.
  • Loading branch information
s00d committed Jan 20, 2025
1 parent 31badd7 commit b418899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/storybook.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 🌐 Nuxt + Storybook + Nuxt-i18n Integration Guide
# 🌐 Storybook Integration Guide

## 📖 Introduction

Integrating **Nuxt**, **Storybook**, and **nuxt-i18n** into your project allows you to build a robust, localized application with a component-driven development approach. This guide provides a step-by-step walkthrough on setting up these tools together, including configuration, localization, and Storybook integration.
Integrating **Nuxt**, **Storybook**, and **nuxt-i18n-micro** into your project allows you to build a robust, localized application with a component-driven development approach. This guide provides a step-by-step walkthrough on setting up these tools together, including configuration, localization, and Storybook integration.

## 🛠 Nuxt Configuration

Expand Down

0 comments on commit b418899

Please sign in to comment.