Skip to content

Commit

Permalink
Update instructions how to use the library
Browse files Browse the repository at this point in the history
  • Loading branch information
kkarnauk authored Feb 6, 2022
1 parent 064e31e commit bb8fb78
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ inside Kotlin JS and Kotlin Native.
* [Parsing an integer](#parsing-an-integer)
* [Parsing an arithmetic expression](#parsing-an-arithmetic-expression)

## Installation
## Using with Gradle

**TODO (it's not published yet)**
To use the library, it's enough to include the dependency:
```kotlin
dependencies {
implementation("io.github.kkarnauk:parsek:0.1")
}
```

## Examples

Expand Down

0 comments on commit bb8fb78

Please sign in to comment.