update README

This commit is contained in:
Jeffrey Paul 2019-10-19 00:16:02 -07:00
parent 7b138d3367
commit ae700a48c8
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ as well as occupations, animal names with negative connotations, and some
foods and body parts in an attempt to avoid randomly generating negative,
threatening, or disgusting code names.
This module uses nothing but the python3 standard library.
# Rationale
* [What M&A code names are and why investment banks use
@ -22,7 +24,7 @@ Clone the repo, then run `PYTHONPATH=. python3 bin/server` inside it.
# Demo
A version should be running (free tier, be patient) at [https://codename-sneak-cloud.herokuapp.com](https://codename-sneak-cloud.herokuapp.com/).
An instance of `master` should be running (free tier, be patient) at [https://codename-sneak-cloud.herokuapp.com](https://codename-sneak-cloud.herokuapp.com/).
# See Also