Skip to content

Commit

Permalink
Merge pull request #16 from jhmartin/patch-1
Browse files Browse the repository at this point in the history
Update README.rst - capitalization
  • Loading branch information
lkarsten committed Mar 24, 2014
2 parents f711b1f + 453f6cf commit 2b76243
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -6,8 +6,8 @@ device detection going in Varnish Cache. (http://www.varnish-cache.org)

Specific problems we want to solve:

1) detect the most common and easily detected (mobile/tablet) platforms.
2) provide example VCL for using devicedetect.vcl with your existing VCL.
1) Detect the most common and easily detected (mobile/tablet) platforms.
2) Provide example VCL for using devicedetect.vcl with your existing VCL.

These are explicit not goals for this project:

Expand Down Expand Up @@ -37,8 +37,8 @@ Use cases

The following uses are envisioned for this VCL:

* serve different content per device type on the same URL. This has the upside of not requiring a redirect on slow mobile networks.
* redirect mobile/tablets to a different URL. (http://example.com/article/1234.html -> http://m.example.com/article/1234.html)
* Serve different content per device type on the same URL. This has the upside of not requiring a redirect on slow mobile networks.
* Redirect mobile/tablets to a different URL. (http://example.com/article/1234.html -> http://m.example.com/article/1234.html)


Installation
Expand Down

0 comments on commit 2b76243

Please sign in to comment.