Skip to content

Commit f82d8aa

Browse files
committed
update pkg installation
1 parent 9f17709 commit f82d8aa

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/add-aws-services/predictions/set-up-predictions

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/add-aws-services/predictions/set-up-predictions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ backend.addOutput({
145145
To install the Amplify library to use predictions features, run the following commands in your project's root folder:
146146

147147
```bash title="Terminal" showLineNumbers={false}
148-
npm add aws-amplify
148+
npm add aws-amplify @aws-amplify/predictions
149149
```
150150

151151
## Configure the frontend

0 commit comments

Comments
 (0)