diff --git a/README.rdoc b/README.rdoc index b873ed4f..926bcdba 100644 --- a/README.rdoc +++ b/README.rdoc @@ -87,8 +87,8 @@ a different location by setting the :public option: set :public, File.dirname(__FILE__) + '/static' Note that the public directory name is not included in the URL. A file -./public/images/logo.png is made available as -http://example.com/images/logo.png. +./public/css/style.css is made available as +http://example.com/css/style.css. == Views / Templates