From 4bcad96ce4a0a86ddcf1433bd78310e4b63becf3 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 12 May 2023 09:54:07 +0100 Subject: [PATCH] Remove browser from the README This will eventually be supported but needs more work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6be9255..dcd7f3a 100644 --- a/README.md +++ b/README.md @@ -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.