diff --git a/README.md b/README.md
index b10b138f2b1b0d4c4bbb74309c927a855bcd6f52..756d042b60fb4ab94b3b4d1f2f091024a39d9067 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 ca3d4f5b7dc691e42baa532717737992f90af6eb..6d9eb47135f3a5c92beb17e0a607027c1a10e741 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.)