You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your README indicates that ' within single quotes should be escaped. This is bad shell advice: \ does not work as an escape character within single quotes:
Your README indicates that ' within single quotes should be escaped. This is bad shell advice:
\
does not work as an escape character within single quotes:No escape is possible. To effect something like escape, you must close the single quotes, issue an escaped single quote, and return:
I don't know how you want to reframe the README. :-)
The text was updated successfully, but these errors were encountered: