diff --git a/storybook/src/PluginDocs/PostgresPlugin/CLI Reference/index.stories.mdx b/storybook/src/PluginDocs/PostgresPlugin/CLI Reference/index.stories.mdx
index bbc48d5..38715e3 100644
--- a/storybook/src/PluginDocs/PostgresPlugin/CLI Reference/index.stories.mdx
+++ b/storybook/src/PluginDocs/PostgresPlugin/CLI Reference/index.stories.mdx
@@ -16,7 +16,7 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
-*
+
postgres
@@ -30,8 +30,8 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
- ```
- node glue postgres
+ ```bash
+ $ node glue postgres
```
@@ -41,8 +41,8 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
- ```
- node glue postgres list
+ ```bash
+ $ node glue postgres list
```
@@ -52,8 +52,8 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
- ```
- node glue postgres config
+ ```bash
+ $ node glue postgres config
```
@@ -64,7 +64,7 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
-
+
diff --git a/storybook/src/PluginDocs/PostgresPlugin/HowItWorks/index.stories.mdx b/storybook/src/PluginDocs/PostgresPlugin/HowItWorks/index.stories.mdx
index cd59886..5c10734 100644
--- a/storybook/src/PluginDocs/PostgresPlugin/HowItWorks/index.stories.mdx
+++ b/storybook/src/PluginDocs/PostgresPlugin/HowItWorks/index.stories.mdx
@@ -32,7 +32,7 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
like this:
- ```
+ ```jsx
📦databases
┗ 📂postgres
┗ 📜README.md
@@ -46,7 +46,7 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
```bash
- $ node glue develop:up
+ $ node glue develop:up
```