You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/[platform]/build-a-backend/add-aws-services/predictions/set-up-predictions/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,21 +145,21 @@ backend.addOutput({
145
145
To install the Amplify library to use predictions features, run the following commands in your project's root folder:
146
146
147
147
```bash title="Terminal" showLineNumbers={false}
148
-
npm add aws-amplify
148
+
npm add aws-amplify @aws-amplify/predictions
149
149
```
150
150
151
151
## Configure the frontend
152
152
153
153
Importandloadtheconfigurationfileinyourapp. ItisrecommendedyouaddtheAmplifyconfigurationsteptoyourapp's root entry point. For example `main.ts` in React and Angular.
0 commit comments