Skip to content

Commit

Permalink
Made some casing corrections to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dustyburwell committed Aug 30, 2012
1 parent b897c7f commit bd8637d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##GARLIC
##Garlic
Google Analytics Reporting Library In C#

Google analytics is a powerful tool for analyzing traffic patterns and conversion on a website.
Google Analytics is a powerful tool for analyzing traffic patterns and conversion on a website.
With Garlic, it can become a powerful tool for analyzing usage of any application written in
.Net, be it an MsMVC web application or a WPF desktop application.

Expand All @@ -28,7 +28,7 @@ session.SetCustomVariable(
Create a page view request and wire it up to screen activation events

```csharp
var page = Session.CreatePageViewRequest(
var page = session.CreatePageViewRequest(
"/", // path
"Home page"); // page title
Expand Down

0 comments on commit bd8637d

Please sign in to comment.