sstephenson / eco

Embedded CoffeeScript templates
MIT License
1.71k stars 70 forks source link

linkTo helper isn't prefaced by "@" in documentation #10

Closed matthewmueller closed 13 years ago

matthewmueller commented 13 years ago

Hi,

I was looking through the readme, and I'm seeing that linkTo doesn't have to be @linkTo. I am hoping there is a way to do this (to easily differentiate between functions and variables), but it seems like all helper functions have to be prefaced with "@".

Does the readme have a mistake? or is there a way to do this?

sstephenson commented 13 years ago

Good catch - the @ was missing. Just pushed a fix.