Skip to content

Commit dd52956

Browse files
authored
Update index.mdx
1 parent 20667e9 commit dd52956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/[platform]/ai/set-up-ai/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,15 @@ Install the Amplify client library to your project:
138138
<InlineFilter filters={["react","nextjs","react-native"]}>
139139

140140
```bash title="Terminal"
141-
npm add aws-amplify @aws-amplify/ui-react @aws-amplify/ui-react-ai
141+
npm install aws-amplify @aws-amplify/ui-react @aws-amplify/ui-react-ai
142142
```
143143

144144
</InlineFilter>
145145

146146
<InlineFilter filters={["javascript","vue","angular"]}>
147147

148148
```bash title="Terminal"
149-
npm add aws-amplify
149+
npm install aws-amplify
150150
```
151151

152152
</InlineFilter>

0 commit comments

Comments
 (0)