Skip to content

Commit

Permalink
Update text.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Jan 6, 2022
1 parent df8dfcb commit 9484f00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion content/getting-started/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion content/getting-started/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9484f00

Please sign in to comment.