diff --git a/pages/common/read.md b/pages/common/read.md index 3d646ab42..5932f3e3e 100644 --- a/pages/common/read.md +++ b/pages/common/read.md @@ -17,7 +17,7 @@ - Assign multiple values to multiple variables: -`{{echo "The name is Bond"}} | read {{_ variable1 _ variable2}}` +`read {{_ variable1 _ variable2}} <<< {{"The surname is Bond"}}` - Do not let backslash (\\) act as an escape character: