about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--unicorn.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 76ceefd..b4bbae2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-= \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
diff --git a/unicorn.gemspec b/unicorn.gemspec
index 073d18f..44a6d56 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].delete('/')
+  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)