summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Fletcher <mockdeep@users.noreply.github.com>2015-01-25 16:48:02 -0800
committerRobert Fletcher <mockdeep@users.noreply.github.com>2015-01-25 16:48:02 -0800
commitfbdc1165fbde31187a304e2ebb5db9f8ecad8d73 (patch)
treef4d29fe0b12fa91b0cb02dfaf4b097a84f45abad
parent0463a5b05bdc5744d4b9da3fa8f755d5cc7180e9 (diff)
downloadrake-compiler-fbdc1165fbde31187a304e2ebb5db9f8ecad8d73.tar.gz
More minor typos in readme
-rw-r--r--README.rdoc4
1 files 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+)/