Skip to content

Commit

Permalink
Merge pull request #2 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in README
  • Loading branch information
palkan authored Feb 6, 2024
2 parents c9fa959 + 4774cf3 commit fc488be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fc488be

Please sign in to comment.