about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--unicorn.gemspec2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 975925e..76ceefd 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-= Unicorn: Rack HTTP server for fast clients and Unix
+= \Unicorn: Rack HTTP server for fast clients and Unix
 
 \Unicorn is an HTTP server for Rack applications designed to only serve
 fast clients on low-latency, high-bandwidth connections and take
 advantage of features in Unix/Unix-like kernels.  Slow clients should
 only be served by placing a reverse proxy capable of fully buffering
-both the the request and response in between Unicorn and slow clients.
+both the the request and response in between \Unicorn and slow clients.
 
 == Features
 
diff --git a/unicorn.gemspec b/unicorn.gemspec
index bd3511f..073d18f 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
 
   s.authors = ["Unicorn hackers"]
   s.date = Time.now.utc.strftime('%Y-%m-%d')
-  s.description = File.read("README").split(/\n\n/)[1]
+  s.description = File.read("README").split(/\n\n/)[1].delete('/')
   s.email = %q{mongrel-unicorn@rubyforge.org}
   s.executables = %w(unicorn unicorn_rails)
   s.extensions = %w(ext/unicorn_http/extconf.rb)