diff --git a/README.md b/README.md index 1ee43cb..43f2227 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ The Shakespearean Insult Constructor ==================================== Constructs an insult based on three components, the final string preceded by "Thou" + Based on and uses content from the Shakespearean Insult Kit at: http://web.mit.edu/dryfoo/Funny-pages/shakespeare-insult-kit.html What it needs @@ -20,4 +21,4 @@ In the CLI version: Just run the program and it'll immediately construct an insu In the GUI version: Click the button labelled "Construct thy insult". A new insult will be constructed and displayed, and another button, labelled "Copy to thy clipboard" will be enabled. This button does exactly what it says on the tin: copies the current insult to the clipboard. -NOTE: If running in Linux, be sure to paste your insult BEFORE closing the program. When you close the program, the clipboard jettisons the copied insult for some reason. In Windows, though, the insult stays in the clipboard, even after closing the program. \ No newline at end of file +NOTE: If running in Linux, be sure to paste your insult BEFORE closing the program. When you close the program, the clipboard jettisons the copied insult for some reason. In Windows, though, the insult stays in the clipboard, even after closing the program.