Remove browser from the README

This will eventually be supported but needs more work.
This commit is contained in:
Holly Stubbs 2023-05-12 09:54:07 +01:00 committed by GitHub
parent 630b1b0e24
commit 4bcad96ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.