Update 'README.md'

added the type of code snips
This commit is contained in:
Mark McIntyre 2019-06-18 16:22:12 -04:00
parent e42fabc77a
commit 56295dc9cf

View File

@ -6,7 +6,7 @@ Various tools for miscellaneous use.
I have included a simple Python web server to the toolset. In time, I would like to make it more customizable. For now, it will just print the familiar "Hello, World" message. It was designed to have an application I could use for stack development work.
```
```bash
$ python-web-server -h
usage: python-web-server [-h] [-i IP_ADDRESS] [-p PORT] [-d DEBUG]
@ -23,7 +23,7 @@ optional arguments:
This small script will generate log files to a filename provided. The delay is 1/*n*-th of a second to give it more of a real-time approach to logging, if timing is important.
```
```bash
$ fake-logs --help
usage: fake-logs [-h] [-d DELAY] file