ws 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +4 -0
- metadata +1 -1
data/README.md
CHANGED
@@ -35,6 +35,10 @@ To install, make sure you have the latest version of Ruby and RubyGems installed
|
|
35
35
|
:::text
|
36
36
|
ws -h
|
37
37
|
|
38
|
+
## MIME TYPES
|
39
|
+
|
40
|
+
When this script executs it creates a file in your home directory called `.wsmimetypes.rb`. You can edit this file to change the mime types that are sent to the client on requests. If you need to reset the file back to its original state simply delete it -- the script will recreate it on the next run if it doesn't exist.
|
41
|
+
|
38
42
|
## Author
|
39
43
|
|
40
44
|
Kenneth Powers [`mail@kenpowers.net`](mailto:mail@kenpowers.net)
|