From 9333f09d55aa04847a9d3ff0d4fd35cc28e77db0 Mon Sep 17 00:00:00 2001 From: Cortez <19215259+hcortezr@users.noreply.github.com> Date: Tue, 4 Jun 2024 00:22:05 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 745a319..0b284de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# BinaryStream TypeScript Package - -## Overview +# BinaryStream `BinaryStream` is a TypeScript package designed to facilitate the reading and writing of binary data. This package leverages the `ArrayBuffer` and `DataView` interfaces, making it compatible with both Node.js and browser environments.