We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b506c commit 5e13238Copy full SHA for 5e13238
content/2.components/19.text.md
@@ -12,19 +12,19 @@ Install component from your command line.
12
```sh [pnpm]
13
pnpm add @vue-email/components
14
# or get the individual package
15
-pnpm add @vue-email/row
+pnpm add @vue-email/text
16
```
17
18
```bash [yarn]
19
yarn add @vue-email/components
20
21
-yarn add @vue-email/row
+yarn add @vue-email/text
22
23
24
```bash [npm]
25
npm install @vue-email/components
26
27
-npm install @vue-email/row
+npm install @vue-email/text
28
29
::
30
0 commit comments