smali-kazmi / detect-mobile-browser

It is a very simple & small javascript lib to detect all major modern mobile browsers in both backend & frontend
72 stars 21 forks source link

Very minor spelling error in readme #13

Closed Wtower closed 8 years ago

Wtower commented 8 years ago

Thanks for this nice app. There is a very small error in README.md line 16:

alert(SmartPhone.isAndriod());

Should be:

alert(SmartPhone.isAndroid());

(Andriod -> Android).

Not too important but it may happen that someone will copy/paste it (as myself) and will knock his head why it doesn't work!