Skip to content

Commit 9e5ba6d

Browse files
committed
Update README
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent f70cecd commit 9e5ba6d

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
@@ -19,6 +19,6 @@ Include the library inside your project's pom.xml:
1919
Check an example inside the [main method here](https://github.com/manoelcampos/random-org-java-client/blob/master/src/main/java/com/manoelcampos/randomorg/RandomOrgClient.java#L115).
2020

2121
The example is loading the service API key from a .env file.
22-
In order to make it work in your project, create a .env file inside your project root dir and insert your API key, as demonstrated in [ .env.example]( .env.example).
22+
In order to make it work in your project, create a .env file inside the project root dir and insert your API key, as demonstrated in [ .env.example]( .env.example).
2323

2424
If you don't want to use an .env file, just pass the API key to the `RandomOrgClient` constructor.

0 commit comments

Comments
 (0)