Remove browser from the README
This will eventually be supported but needs more work.
This commit is contained in:
parent
630b1b0e24
commit
4bcad96ce4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# bufferStuff [![CodeFactor](https://www.codefactor.io/repository/github/tgpholly/bufferstuff/badge)](https://www.codefactor.io/repository/github/tgpholly/bufferstuff)
|
||||
A set of utility classes for reading and writing binary data in NodeJS and the browser.
|
||||
A set of utility classes for reading and writing binary data in NodeJS.
|
||||
|
||||
## Motivations
|
||||
I tend to write code a lot that needs to read and write from buffers ***and*** this is sometimes in big-endian too, so I decided eventually to make a utility to help me with that which is what you see here.
|
||||
|
|
Loading…
Reference in a new issue