Added a note that outlines the user agent sniffing technique used and suggests alternative approaches for the common case of generally detecting mobile devices. Happy to update it and reword if I've misunderstood the goals of the project or there are other uses I didn't include.
The motivation behind wanting to include a note like this is that I've now had two different junior devs on different projects submit PRs to me that tried to use this library for basic responsiveness and showing different content on mobiles. I think a note will help avoid that confusion.
Added a note that outlines the user agent sniffing technique used and suggests alternative approaches for the common case of generally detecting mobile devices. Happy to update it and reword if I've misunderstood the goals of the project or there are other uses I didn't include.
The motivation behind wanting to include a note like this is that I've now had two different junior devs on different projects submit PRs to me that tried to use this library for basic responsiveness and showing different content on mobiles. I think a note will help avoid that confusion.
Fixes #174