From 9504848d8e12b9a2b3760b9c4072633fb08837e3 Mon Sep 17 00:00:00 2001 From: Coyenn Date: Sun, 26 Dec 2021 01:49:54 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07169b59..6adbe342 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ TestEZ = "roblox/testez@0.4.1" ## Lockfile Format The lockfile contains the exact versions of each dependency that a project depends on. They're a critical feature that ensures that everyone who works on a game is getting the exact same version of every package. -Lockfiles are written in [TOML][toml] and stored in a file named `wally.lock`. They're are human readable, but are only written by tools. We've optimized the lockfile format for reading as well as diffing so that they're as easy to review as possible. +Lockfiles are written in [TOML][toml] and stored in a file named `wally.lock`. They're human readable, but are only written by tools. We've optimized the lockfile format for reading as well as diffing so that they're as easy to review as possible. ```toml [[package]]