Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit f5d8f04

Browse files
authored
Update README.md
1 parent 1967988 commit f5d8f04

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Read [Getting Started](http://docs.kweb.io/en/latest/gettingstarted.html) from t
1010

1111
Kweb is a new way to create beautiful, efficient, and scalable websites in [Kotlin](https://kotlinlang.org/), where server-browser communication is handled automatically.
1212

13-
Kweb's API is likely to change between now and our 1.0.0 release, so you may need to modify your code to stay current with Kweb versions. We won't do this without a good reason.
14-
1513
## Example
1614

1715
```kotlin
@@ -26,6 +24,10 @@ fun main() {
2624
}
2725
```
2826

27+
## API Stability
28+
29+
Kweb's API is likely to change between now and our 1.0.0 release, so you may need to modify your code to stay current with Kweb versions. We won't do this without a good reason.
30+
2931
## Learn More
3032

3133
* [User Manual](http://docs.kweb.io/)

0 commit comments

Comments
 (0)