Skip to content

Commit

Permalink
docs: Add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored Aug 4, 2024
1 parent afe934f commit aab8023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/1_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ java -jar revanced-cli.jar patch -b revanced-patches.rvp --set-options "Patch na
> Long: `1234567890`, `1L`
> List: `item1,item2,item3`
>
> In addition to that, you can escape quotes (`\"`, `\'`) and commas (`\,`) to treat values as string literals:
> In addition to that, you can escape quotes (`\"`, `\'`) and commas (`\,`) to treat values as string literals:
>
> Integer as string: `\'123\'`
> List with an integer, an integer as a string and a string with a comma: `123,\'123\',str\,ing`
>
Expand Down

0 comments on commit aab8023

Please sign in to comment.