Skip to content

Commit 4c6a159

Browse files
authored
Merge pull request #23 from pinterest/fix/404-config-json-env-example
fix: 404 in config.json and env.example
2 parents 94bd494 + d7c127e commit 4c6a159

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For use the client you need set basic variables for that you have two option set
6060

6161
### Setting up environment variables
6262

63-
To configure the client using environment variables, you must create a **.env** file using [.env.example](./pinterest/.env.example)
63+
To configure the client using environment variables, you must create a **.env** file using [.env.example](.env.example)
6464
as a template. For basic configuration and usage you need to set the following environment variables in the **.env** file:
6565

6666
```
@@ -81,7 +81,7 @@ Once you have established the environment variables, the client will be instanti
8181

8282
### Setting up config.json
8383

84-
To configure the client using config.json, you must create a **config.json** file using [config.json.example](./pinterest/config.json.example)
84+
To configure the client using config.json, you must create a **config.json** file using [config.json.example](config.json.example)
8585
as a template. For basic configuration and usage you need to set the following key in the **config.json** file:
8686

8787
```json

0 commit comments

Comments
 (0)