Skip to content

Commit

Permalink
Improved README.md readability
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Oct 31, 2023
1 parent 5bf041e commit 099ad62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The purpose of this library is to provide simple Kotlin implementation of Swift'

Add the repository to your `build.gradle` (Gradle Groovy) or `build.gradle.kts` (Kotlin DSL):

```
```gradle
repositories {
maven {
url = uri("https://maven.pkg.github.com/danielepantaleone/KTTestExpectation")
Expand All @@ -33,15 +33,15 @@ repositories {

Add the dependency to your `build.gradle` (Gradle Groovy):

```
```gradle
dependencies {
implementation 'com.danielepantaleone.libs:kttestexpectation:1.0.0'
}
```

or `build.gradle.kts` (Kotlin DSL):

```
```gradle
dependencies {
implementation("com.danielepantaleone.libs:kttestexpectation:1.0.0")
}
Expand Down

0 comments on commit 099ad62

Please sign in to comment.