From dc3da773f9055ce75697d0edfd345dfb765f9171 Mon Sep 17 00:00:00 2001
From: 0xflotus <0xflotus@gmail.com>
Date: Mon, 12 Aug 2024 16:35:15 +0200
Subject: [PATCH] docs: fix typo (#120)

Did you mean `crate`?
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 434a0c0..ce657a2 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ If you find this useful, please consider supporting my work with a [donation](ht
 Momoa is a general purpose JSON utility toolkit for JavaScript and Rust. There are two different packages in this repository:
 
 * `js` - the JavaScript package
-* `rust` - the Rust create
+* `rust` - the Rust crate
 
 These two packages are not directly linked but they do produce the same AST and so they are kept in sync using a monorepo.