Skip to content

Commit c830e1e

Browse files
authored
Update README.md
1 parent 8c9ca34 commit c830e1e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,22 @@ HttpClient {
2424

2525
## Installation
2626

27+
### Kotlin JS for browser
28+
29+
```kotlin
30+
implementation("io.github.frankois944:ktorfilecaching-jsbrowser:0.4.1")
31+
```
32+
33+
### Kotlin JS for NodeJS
34+
35+
```kotlin
36+
implementation("io.github.frankois944:ktorfilecaching-jsnode:0.4.1")
37+
```
38+
39+
### other platform
40+
2741
```kotlin
28-
implementation("io.github.frankois944:ktorfilecaching:0.3")
42+
implementation("io.github.frankois944:ktorfilecaching:0.4.1")
2943
```
3044

3145
## Platforms

0 commit comments

Comments
 (0)