alexlevin / rack-affiliates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo on readme.md

lando2319 opened this issue · comments

Great Gem,

I believe I found a small typo on your readme.md under example usage

str = if request.env['affiliate.tag] ...

  • Forgot the apostrophe after affiliate.tag, should read

str = if request.env['affiliate.tag'] ...

Submitted a pull request.