diff --git a/README.md b/README.md index c5da2e3..2cc68a3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Check it [out on GitHub Pages here](https://joshuaskootsky.github.io/tellMeIfItsAscii/). +Note: this link may not work, as the more interesting and fun 'Alien Name Generator' is now the master branch. + # This is just a repo for a very simple site There's some cool stuff going on. ASCIIness is tested by using charCodeAt. If the charCode is above 127... it isn't ASCII! @@ -36,4 +38,4 @@ function setResult() { [Link here to REPL.it for Is It ASCII?](https://repl.it/@JoshuaSkootsky/tellMeIfItsAscii) -REPL.it has an experimental function where they will turn on version control and commit to GitHub. So Hello from REPL.it! \ No newline at end of file +REPL.it has an experimental function where they will turn on version control and commit to GitHub. So Hello from REPL.it!