diff --git a/config.yml b/config.yml index e8192a908..b70b012c8 100644 --- a/config.yml +++ b/config.yml @@ -5,7 +5,7 @@ baseURL: "https://flowbite.com/docs/" enableInlineShortcodes: true params: - current_version: 1.2.0 + current_version: 1.3.0 authors: Themesberg social_image_path: /docs/images/og-image.png diff --git a/content/getting-started/react.md b/content/getting-started/react.md index 734afbef5..1526cbb4a 100644 --- a/content/getting-started/react.md +++ b/content/getting-started/react.md @@ -57,7 +57,7 @@ module.exports = { 5. Install Flowbite by running the following command in your terminal: ```bash -npm install -D @themesberg/flowbite +npm install @themesberg/flowbite ``` 6. Require Flowbite as a plugin inside your `tailwind.config.js` file: diff --git a/content/getting-started/vue.md b/content/getting-started/vue.md index b7ba201c4..4627ad495 100644 --- a/content/getting-started/vue.md +++ b/content/getting-started/vue.md @@ -70,7 +70,7 @@ createApp(App).mount('#app') 6. Install Flowbite by running the following command in your terminal: ```bash -npm install -D @themesberg/flowbite +npm install @themesberg/flowbite ``` 7. Require Flowbite as a plugin inside your `tailwind.config.js` file: