Skip to content

Commit 7b3c17f

Browse files
committed
Fixed some minor typos.
1 parent ac358fe commit 7b3c17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ It's a project that allows you to access bunq's public API using [Postman](https
99
not use any of Postman's cloud features.
1010
3. Click `Import` button in top left and drag all the files from the project there
1111
4. In top right corner select your environment (sandbox or production).
12-
5. If you selected sandbox, run `Create a sandbox user` request. It will automatically save you API key to the
12+
5. If you selected sandbox, run `Create a sandbox user` request. It will automatically save your API key to the
1313
environment.
1414
6. If you selected production, edit the environment using the "eye" icon. Set "current value" of `api_key` to your API
1515
key.
1616
7. Run `Create an installation`, `Add the device`, `Add a session` in that order. They will create everything needed for
1717
using public API, including RSA keys, session and installation tokens. For you reference all those values will be set
1818
in the environment.
1919
8. Run `GET - List monetary accounts` to check that everything is working properly. If it does, you can modify that request to
20-
do whatever you wanted to do and "Save as" for you future use.
20+
do whatever you wanted to do and "Save as" for your future use.
2121

2222
### How does it work?
2323

0 commit comments

Comments
 (0)