diff --git a/README.md b/README.md index b1d4bfcd..efc65f4f 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,11 @@ mkdir src echo "export const World = () =>

Hey

;" > src/hello.stories.tsx npx ladle serve ``` + +For powershell, replace in the above listings echo with the following + +```powershell +@" +export const World = () =>

Hey

; +"@ | out-file -encoding ASCII src/hello.stories.tsx +``` \ No newline at end of file