From a7da320440acc33c98d43dc9c8ec91c95cfd84f9 Mon Sep 17 00:00:00 2001 From: Kasun Thennakoon Date: Sun, 23 Mar 2014 08:51:30 +0530 Subject: [PATCH] fix typo in inline Code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d366848..eea2d06 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Adding a new entry to fstab: # :backup => true will create a timestamped fstab backup before saving # the changes fstab = Fstab.new '/etc/fstab', :safe_mode => true, - :backup => true, :backup_dir = '/etc/' + :backup => true, :backup_dir => '/etc/' # Asuming /dev/sda1 has a valid FS # The library will use the FS UUID automatically by default even if the block device path