Skip to content

Commit 30f7115

Browse files
committed
chore: update docs/README.md
1 parent 651e97d commit 30f7115

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ follow the steps below to use the library in your project.
2323
<summary>Gradle</summary>
2424

2525
Step 1. Add the JitPack repository to your build file
26+
2627
Add it in your root build.gradle at the end of repositories:
2728

2829
```gradle
@@ -77,6 +78,7 @@ Step 2. Add the dependency
7778
<summary>Sbt</summary>
7879

7980
Step 1. Add the JitPack repository to your build file
81+
8082
Add it in your build.sbt at the end of resolvers:
8183

8284
```sbt
@@ -95,6 +97,7 @@ libraryDependencies += "com.github.Multiform-Validator" % "java" % "0.0.4"
9597
<summary>Leiningen</summary>
9698

9799
Step 1. Add the JitPack repository to your build file
100+
98101
Add it in your project.clj at the end of repositories:
99102

100103
```clojure

0 commit comments

Comments
 (0)