8000 Added snapshot info to README.md · SnipMeDev/Highlights@d6b2f45 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d6b2f45

Browse files
authored
Added snapshot info to README.md
1 parent 5149e09 commit d6b2f45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ Kotlin Multiplatform syntax highlighting engine
55

66
## Installation
77
```sh
8-
implementation("dev.snipme:highlights:0.3.1-SNAPSHOT")
8+
implementation("dev.snipme:highlights:0.4.0")
99
```
1010

1111
## Usage
1212

13+
> 💡 As each Highlights instance caches code analysis, it is recommended to re-use the same instance for small code changes.
14+
1315
To start, simply put any code snippet in the default builder
1416

1517
```kotlin

0 commit comments

Comments
 (0)
0