From 82d694041f8ca984c0ce80852e7ba3b7b8c23f9e Mon Sep 17 00:00:00 2001 From: Balazs Rauznitz Date: Sun, 1 Nov 2015 07:53:45 -0700 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4efe43..c6d52c6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you know some other ruby-trick, please contribute! ### [Easiest Database store](easiest_database_pstore.rb) -### [Easiest Database Pstore using yams](easiest_datastore_pstore_yaml.rb) +### [Easiest Database Pstore using yams](easiest_database_pstore_yaml.rb) ### [Enable ruby warnings](enable_ruby_warnings.rb) @@ -65,7 +65,7 @@ If you know some other ruby-trick, please contribute! ### [Trigger IRB as needed](trigger_irb_as_needed.rb) -### [Turn on garbage collector](turn_on_gargabe_collector.rb) +### [Turn on garbage collector](turn_on_garbage_collector.rb) ### [Unused variable format](unused_variable_format.rb)