Fill out README a bit

This commit is contained in:
Starbeamrainbowlabs 2022-02-02 02:01:32 +00:00
parent 6721b1ee9a
commit bb61b7aa2c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
# mutate-a-word
Mutate a word to find a cool name!
> Mutate a word to find a cool name!
A simple webpage that iteratively mutates words based on user feedback. No compilation necessary: simply [start a web server](https://gist.github.com/willurd/5720255) and go!
## Contributing
Contributions are very welcome - both issues and pull requests! Please mention in your pull request that you release your work under the MPL-2.0 (see below).
If you're feeling that way inclined, I have a [Liberapay profile](https://liberapay.com/sbrl) if you'd like to donate to say an extra thank you :-)
## License
mutate-a-word is released under the Mozilla Public License 2.0. The full license text is included in the `LICENSE` file in this repository. Tldr legal have a [great summary](https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2)) of the license if you're interested.