summary refs log tree commit
diff options
context:
space:
mode:
authorJohn Hope <info@midhirrecords.com>2014-12-28 22:20:17 +0000
committerAaron Patterson <aaron.patterson@gmail.com>2015-02-19 10:57:38 -0800
commit1ce6340df0194e338e338872af0fe77cb6fa1a66 (patch)
tree583a340d958c613af1d4e5862ca89f753c4fd78e
parent7d1455ebb1c7685c3db2bc0bbfe05695e9ea9db7 (diff)
downloadrack-1ce6340df0194e338e338872af0fe77cb6fa1a66.tar.gz
Remove Markdown backticks for inline code in Readme
-rw-r--r--README.rdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rdoc b/README.rdoc
index 3deb6f7d..2be1a6d0 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -183,7 +183,7 @@ run on port 11211) and memcache-client installed.
 
 == Configuration
 
-Several parameters can be modified on `Rack::Utils` to configure Rack behaviour.
+Several parameters can be modified on Rack::Utils to configure Rack behaviour.
 
 e.g:
 
@@ -201,11 +201,11 @@ Default to 65536 characters (4 kiB in worst case).
 The maximum number of parts a request can contain.
 Accepting too many part can lead to the server running out of file handles.
 
-The default is `128`, which mean that a single request can't upload more than 128 files at once.
+The default is 128, which means that a single request can't upload more than 128 files at once.
 
-Set to `0` for not limit.
+Set to 0 for no limit.
 
-Can also be set via the `RACK_MULTIPART_PART_LIMIT` environment variable.
+Can also be set via the RACK_MULTIPART_PART_LIMIT environment variable.
 
 == History