From 4774cf3c9cd63e804a0afe73a87692082a5dd34a Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 6 Feb 2024 13:08:30 +0100 Subject: [PATCH] Fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9517602..aac260d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Tired of adding `# frozen_string_literals: true` to every file in your project o Freezolite is a gem that turns the `frozen_string_literal` compile option on only for the specified files. Thus it's like running Ruby with `--enable=frozen-string-literal` but only for the files you own. -> 📖 Read more about the motiviation behind this project in ["Freezolite: the magic gem for keeping Ruby literals safely frozen"](https://evilmartians.com/chronicles/freezolite-the-magic-gem-for-keeping-ruby-literals-safely-frozen) post. +> 📖 Read more about the motivation behind this project in ["Freezolite: the magic gem for keeping Ruby literals safely frozen"](https://evilmartians.com/chronicles/freezolite-the-magic-gem-for-keeping-ruby-literals-safely-frozen) post. ## Usage