Skip to content

Commit ef0b06b

Browse files
abeperlSparkyclaude
authored
docs: use shorthand Gradle dependency syntax in README (fixes #197) (#252)
Co-authored-by: Sparky <sparky@openclaw.local> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 718247d commit ef0b06b

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
@@ -31,7 +31,7 @@ Add the following to your `pom.xml` file:
3131
#### Gradle
3232
Add the following to your `build.gradle` file:
3333
```groovy
34-
implementation group: 'com.kosherjava', name: 'zmanim', version: '2.5.0'
34+
implementation 'com.kosherjava:zmanim:2.5.0'
3535
```
3636
Or if you have `build.gradle.kts` file:
3737

0 commit comments

Comments
 (0)