From 3a1488f7d001a5a2a94bf7fd9df95cc53e5bf0d6 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 29 Jun 2024 03:45:54 +0000 Subject: [PATCH] typo: fix "Available" in README heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 400f6fa..f2cafca 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ If you later want to see which migrations are yet to be applied you can also exc $ models migrate info ``` Applied migrations need to be reverted before they can be deleted. -## Avaibale Attributes +## Available Attributes ### primary_key It's used to mark the primary key fo the table. ```rust