Update the syntax used in the different documentation entries and README

This commit is contained in:
Simon Hausmann 2023-01-25 09:41:04 +01:00 committed by Simon Hausmann
parent 70c8961321
commit 7e02fa8b6a
5 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ endif()
Suppose `my_application_ui.slint` was a "Hello World" like this:
```slint,ignore
HelloWorld := Window {
export component HelloWorld inherits Window {
width: 400px;
height: 400px;