Skip to content

Commit b20b9ec

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Include the library inside your project's pom.xml:
1818

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

21-
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 the project root dir and insert your API key, as demonstrated in [ .env.example]( .env.example).
21+
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 the project root dir and insert your API key, as demonstrated in [.env.example]( .env.example).
2323

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

0 commit comments

Comments
 (0)