aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Lange <k@dakko.us>2012-10-07 11:41:43 -0700
committerKevin Lange <k@dakko.us>2012-10-07 11:41:43 -0700
commit5750801fe8efb096e05fdf0102c473cf3a8b4696 (patch)
tree2a8254bffa4a5bf01349c753e20c89840b320414
parent01f6c5ec53c2e545a089fc3c885bd5584c5e6821 (diff)
parenta13d50cffc44c04c3b219742ff6812180826813c (diff)
downloadnyancat-5750801fe8efb096e05fdf0102c473cf3a8b4696.tar.gz
Merge pull request #21 from MartinRosenberg/master
Fixed README: Fixed typo, now following 80-characters-per-line convention where possible
-rw-r--r--README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index be793cb..db73410 100644
--- a/README.md
+++ b/README.md
@@ -28,20 +28,23 @@ To use the telnet server, you need to add a configuration that runs:
nyancat -t
-We recommend `openbsd-inetd`, but `xinetd` will work as well, and you should be able to use any other compatible `inetd` flavor.
+We recommend `openbsd-inetd`, but `xinetd` will work as well, and you should be
+able to use any other compatible `inetd` flavor.
## Distribution Specific Information
#### Debian/Ubuntu
-Debian and Ubuntu provide the nyancat binary through the `nyancat` package.
-A `nyancat-server` package is provided to automatically setup and enable a
-nyancat telnet server upon installation. I am not the maintainer of these
-package, please direct any questions or bugs to the relevant distribution's bug
-tracking system.
+Debian and Ubuntu provide the nyancat binary through the `nyancat` package. A
+`nyancat-server` package is provided to automatically setup and enable a nyancat
+telnet server upon installation. I am not the maintainer of these packages;
+please direct any questions or bugs to the relevant distribution's bug tracking
+system.
## Licenses, References, etc.
-The original source of the Nyancat animation is [prguitarman](http://www.prguitarman.com/index.php?id=348).
+The original source of the Nyancat animation is
+[prguitarman](http://www.prguitarman.com/index.php?id=348).
-The code provided here is provided under the terms of the [NCSA license](http://en.wikipedia.org/wiki/University_of_Illinois/NCSA_Open_Source_License).
+The code provided here is provided under the terms of the
+[NCSA license](http://en.wikipedia.org/wiki/University_of_Illinois/NCSA_Open_Source_License).