Skip to content

Commit

Permalink
chore: update version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
israx committed Mar 20, 2024
1 parent 5968825 commit e9fd139
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ Amplify has pre-built UI components for React, Vue, Angular, React Native, Swift
<BlockSwitcher>
<Block name="React">

First, install the `@aws-amplify/ui-react@^5` library as well as `aws-amplify` if you have not already:
First, install the `@aws-amplify/ui-react` library as well as `aws-amplify` if you have not already:

```sh
npm install aws-amplify@^5 @aws-amplify/ui-react@^5
Expand Down Expand Up @@ -458,7 +458,7 @@ export default withAuthenticator(App);
</Block>
<Block name="Vue 3">

First, install the `@aws-amplify/ui-vue@^3` library as well as `aws-amplify` if you have not already:
First, install the `@aws-amplify/ui-vue` library as well as `aws-amplify` if you have not already:

```bash
npm install aws-amplify@^5 @aws-amplify/ui-vue@^3
Expand Down Expand Up @@ -494,7 +494,7 @@ The `Authenticator` component offers a simple way to add authentication flows in
</Block>
<Block name="Angular">

First, install the `@aws-amplify/ui-angular@^4` library as well as `aws-amplify` if you have not already:
First, install the `@aws-amplify/ui-angular` library as well as `aws-amplify` if you have not already:

```bash
npm install aws-amplify@^5 @aws-amplify/ui-angular@^4
Expand Down

0 comments on commit e9fd139

Please sign in to comment.