| Index: pkg/http_server/README.md
|
| diff --git a/pkg/http_server/README.md b/pkg/http_server/README.md
|
| index 8653f9f492ab30f4693d4e0453d4a919c8bf9e5e..9d823862720a50ea2f99b39526a45841fcacd386 100644
|
| --- a/pkg/http_server/README.md
|
| +++ b/pkg/http_server/README.md
|
| @@ -3,7 +3,7 @@ Library of HTTP server classes.
|
| This package contains a set of high-level classes that, together with
|
| HttpServer, makes is easy to provide content through HTTP servers.
|
|
|
| -## Virtual Directory
|
| +## Virtual directory
|
|
|
| The VirtualDirectory class makes it possible to easy serve static content from
|
| the drive. It supports:
|
| @@ -25,7 +25,7 @@ See [VirtualDirectory](
|
| http://api.dartlang.org/docs/http_server/VirtualDirectory.html)
|
| for more info about how to customize the class.
|
|
|
| -## Virtual Host
|
| +## Virtual host
|
|
|
| The VirtualHost class makes it possible to serve multiple hosts on the same
|
| address, by using the `Host` field of the incoming requests. It also provides
|
|
|