From ce6f97f371a15f90586f6b01582ce63f89074413 Mon Sep 17 00:00:00 2001
From: echicken <echicken@bbs.electronicchicken.com>
Date: Fri, 26 Apr 2024 05:49:27 +0000
Subject: [PATCH] packate?

---
 README.md | 2 +-
 readme.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b10b138..756d042 100644
--- a/README.md
+++ b/README.md
@@ -202,7 +202,7 @@ The *callback* will not be invoked when/if the `ack` message is received, but th
 
 You'll see several types such as `FromRadio`, `MeshPacket`, `AdminMessage` and more mentioned throughout this document. These all come from the [Meshtastic Protobuf Definitions](https://buf.build/meshtastic/protobufs) via a [Generated SDK](https://buf.build/meshtastic/protobufs/sdks/main) from the [Buf Schema Registry](https://buf.build/explore).
 
-These protocol buffer type definitions are re-exported by this packate as `protobuf`. See [src/index.ts](src/index.ts) and [src/lib/protobuf.ts](src/lib/protobuf.ts).
+These protocol buffer type definitions are re-exported by this package as `protobuf`. See [src/index.ts](src/index.ts) and [src/lib/protobuf.ts](src/lib/protobuf.ts).
 
 (Of course, none of this matters at all if your project is written in circa-2011 JS.)
 
diff --git a/readme.md b/readme.md
index ca3d4f5..6d9eb47 100644
--- a/readme.md
+++ b/readme.md
@@ -174,7 +174,7 @@ The *callback* will not be invoked when/if the `ack` message is received, but th
 
 You'll see several types such as `FromRadio`, `MeshPacket`, `AdminMessage` and more mentioned throughout this document. These all come from the [Meshtastic Protobuf Definitions](https://buf.build/meshtastic/protobufs) via a [Generated SDK](https://buf.build/meshtastic/protobufs/sdks/main) from the [Buf Schema Registry](https://buf.build/explore).
 
-These protocol buffer type definitions are re-exported by this packate as `protobuf`. See [src/index.ts](src/index.ts) and [src/lib/protobuf.ts](src/lib/protobuf.ts).
+These protocol buffer type definitions are re-exported by this package as `protobuf`. See [src/index.ts](src/index.ts) and [src/lib/protobuf.ts](src/lib/protobuf.ts).
 
 (Of course, none of this matters at all if your project is written in circa-2011 JS.)
 
-- 
GitLab