You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ Include the library inside your project's pom.xml:
8
8
9
9
```xml
10
10
<dependency>
11
-
<groupId>com.manoelcampos</groupId>
11
+
<groupId>io.github.manoelcampos</groupId>
12
12
<artifactId>random-org-client</artifactId>
13
-
<version>1.1.0</version>
13
+
<version>LATEST</version>
14
14
</dependency>
15
15
```
16
16
@@ -21,4 +21,4 @@ Check an example inside the [main method here](https://github.com/manoelcampos/r
21
21
The example is loading the service API key from a .env file.
22
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).
23
23
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