Skip to content

Commit

Permalink
Improve example of Gradle dependency in README (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Feb 1, 2023
1 parent a87773a commit 1ec44ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Gradle:

```java
dependencies {
compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.76");
compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.76');
}
```

Expand Down

0 comments on commit 1ec44ff

Please sign in to comment.