From b9a8c8f7e0fb12ae81f977da598efee566180465 Mon Sep 17 00:00:00 2001 From: Chad M Fennell Date: Sun, 18 May 2025 11:25:07 -0700 Subject: [PATCH] fixes typo: instructor-rb not intructor-rb --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0171297..146bdc9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ To check out all the tips and tricks to prompt and extract data, check out the [ Installation is as simple as: ```bash -gem install intructor-rb +gem install instructor-rb ```