Skip to content

Commit 2d623d2

Browse files
authored
Aktualisieren von README.md
1 parent 1b77520 commit 2d623d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl eframe::App for MyApp {
133133
}
134134
```
135135

136-
In this example, the load_layout! macro takes an XML string that defines the structure and style of the UI. Dynamic values and conditions can be injected directly into the XML, allowing for a flexible and dynamic UI creation process.
136+
In this example, the load_layout! macro takes an XML string that creates the StripBuilder code for the UI. Dynamic values and conditions can be injected directly into the XML, allowing for a flexible and dynamic UI creation process.
137137
Getting Started
138138

139139
To get started with egui_xml, add the crate to your Cargo.toml:

0 commit comments

Comments
 (0)