Skip to content

Commit

Permalink
Updating docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualdogbert committed Jan 17, 2022
1 parent ef371a7 commit b414521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/gettingStarted.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.build.gradle
+
----
compile 'com.virtualdogbert:GroovyConfigWriter:1.1'
compile 'io.github.virtualdogbert:GroovyConfigWriter:1.1'
----
1. Parameters
* fileName - Optional file name to write the output to. By default is not specified the output will be written to System.out.
Expand All @@ -16,7 +16,7 @@ compile 'com.virtualdogbert:GroovyConfigWriter:1.1'
+
[source,groovy]
----
@Grab('com.virtualdogbert:GroovyConfigWriter:1.1')
@Grab('io.github.virtualdogbert:GroovyConfigWriter:1.1')
@Grab('org.yaml:snakeyaml:1.18')
@Grab('org.slf4j:slf4j-api:1.7.25')
@Grab('ch.qos.logback:logback-classic:0.9.28')
Expand Down

0 comments on commit b414521

Please sign in to comment.