Skip to content

Commit

Permalink
Remove invalid line from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Apr 11, 2012
1 parent 5efbd99 commit b338f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -56,12 +56,12 @@ gabba.page_view(...)
index = 1

# Delete var with this index
gabba.delete_custom_var index- Track a non-interactive custom event
gabba.delete_custom_var index
```

### Track ecommerce transactions

```ruby
g = Gabba::Gabba.new("UT-6666", "myawesomeshop.net")
g.transaction("123456789", "1000.00", 'Acme Clothing', '1.29', '5.00', 'Los Angeles', 'California', 'USA')
```
```

0 comments on commit b338f02

Please sign in to comment.