Skip to content

Commit 83a2538

Browse files
fix oauth link (#162)
* fix oauth link * add quotes * add spacing * try adding a span * break apart the span * delete space
1 parent cb35de0 commit 83a2538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Note: We recommend running these commands in a unix terminal. Windows users can
2424
```shell
2525
cp .env.template .env
2626
```
27-
1. Update the `.env` file with your [Plaid API keys][plaid-keys] and [OAuth redirect uri](https://github.com/plaid/pattern/tree/master/server#testing-oauth).
27+
1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (in sandbox this is 'http<span>://localhost:3001/oauth-link'</span>).
2828

2929
1. You will also need to configure an allowed redirect URI for your client ID through the [Plaid developer dashboard](https://dashboard.plaid.com/team/api).
3030

0 commit comments

Comments
 (0)