diff --git a/README.md b/README.md index e56e040aa..fbf69ae55 100644 --- a/README.md +++ b/README.md @@ -533,6 +533,17 @@ Type@500ms "Slow down there, partner." Example of using the Type command in VHS +You can also enclose the text you type in backticks or single quotes. This is useful +if you want to type the `"` character. + +```elixir +# Type something enclosed in back ticks +Type `VAR="Hello world!"` + +# Type something enclosed in single quotes +Type 'VAR="Hello world!"' +``` + ### Keys Key commands take an optional `@time` and optional repeat `count` for repeating