diff --git a/README.md b/README.md index b30dd42..472ef9f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ The format supports the following data types: - `\"` for a double quote (`"`) - `\n` for a newline - `\t` for a tab + - `\r` for carriage return - `\\` for a backslash - Strings may be empty. - Example: `string = "My string"`