Skip to content

Commit 209e404

Browse files
committed
Update README.md
1 parent 48f6aa2 commit 209e404

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ they were sets.
1414
### Maven
1515

1616
```xml
17-
1817
<dependency>
1918
<groupId>com.regexsolver.api</groupId>
2019
<artifactId>RegexSolver</artifactId>
@@ -33,6 +32,12 @@ implementation "com.regexsolver.api:RegexSolver:1.0.1"
3332
In order to use the library you need to generate an API Token on our [Developer Console](https://regexsolver.com/).
3433

3534
```java
35+
import com.regexsolver.api.RegexSolver;
36+
import com.regexsolver.api.Term;
37+
import com.regexsolver.api.exception.ApiError;
38+
39+
import java.io.IOException;
40+
3641
public class Main {
3742
public static void main(String[] args) throws IOException, ApiError {
3843
RegexSolver.initialize(/* Your API token here -> */"");

0 commit comments

Comments
 (0)