ded / domready

lets you know when the dom is ready
MIT License
874 stars 129 forks source link

Change title on the readme? #29

Open callumlocke opened 10 years ago

callumlocke commented 10 years ago

The readme is headed with domReady, but everywhere else it's just domready (the npm package name, the global it exports, and everywhere else in the docs)

macu commented 10 years ago

Consistency is nice. Note however that jQuery is imported and used as 'jquery' -- capitalization always gets me as a problematic feature of language in general.

ded commented 10 years ago

ha. ok. I can change it.

callumlocke commented 10 years ago

@macu don't think that's true, it's used as jQuery (or $)

macu commented 10 years ago

Yeah, you're right. I was stuck thinking of imports. bower install jquery isn't the same issue.

jasonkarns commented 8 years ago

this can probably be closed?