Skip to content

Commit 94f7b56

Browse files
authored
fix readme sample
1 parent c59420b commit 94f7b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ In `commonMain/resources/MR/base/strings.xml` add:
227227
```xml
228228
<?xml version="1.0" encoding="UTF-8" ?>
229229
<resources>
230-
<string name="my_string_formatted">My format '%s'</string>
230+
<string name="my_string_formatted">My format \'%s\'</string>
231231
</resources>
232232
```
233233
Then add the localized values for other languages like in example #1.

0 commit comments

Comments
 (0)