From fbdc1165fbde31187a304e2ebb5db9f8ecad8d73 Mon Sep 17 00:00:00 2001 From: Robert Fletcher Date: Sun, 25 Jan 2015 16:48:02 -0800 Subject: More minor typos in readme --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 4d6e25f..dddd58c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -330,7 +330,7 @@ Cross compiling is still very simple: rake cross compile -And now, building gems for your Windows users is just 5 more letters: +And now, building gems for your Windows users is just 6 more letters: rake cross native gem @@ -366,7 +366,7 @@ NOTE: building "fat" gems is currently only supported by rake-compiler when cross compiling from a Linux or OSX host. Patches are welcome if building "fat" gems from Windows hosts is desired, or natively for your platform :-) -Now is up to you to make your gem load the proper binary at runtime: +Now it's up to you to make your gem load the proper binary at runtime: begin RUBY_VERSION =~ /(\d+.\d+)/ -- cgit v1.2.1