diff --git a/README.md b/README.md index 30be8d9..3dded69 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add scripts to your package.json like so: "fight": { "darwin": "echo 'i make the product that the artist chooses' && echo 'and the GUI that Melinda uses'", "win32": "echo 'fine, you wanna be like that, die then.'", - "linux": "echo 'i stomp on a mac and a PC too, i\'m a Linux bitch, i thought you both GNU", + "linux": "echo 'i stomp on a mac and a PC too, im a Linux bitch, i thought you both GNU", } } ```