From 8669b4849c3a6b08e8cac78a5e48ad69e8b8cfa7 Mon Sep 17 00:00:00 2001 From: Ben Gladwell Date: Thu, 14 Nov 2024 12:07:03 -0500 Subject: [PATCH] Fix typo in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5891e78..45878f9 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ end 1. [Installation](./docs/installation.md) 2. StoreModel::Model API: - * [Instantiation](./docs/installation.md) + * [Instantiation](./docs/instantiation.md) * [Validations](./docs/validations.md) * [Enums](./docs/enums.md) * [Nested models](./docs/nested_models.md)