diff options
author | Austin Henriksen <austin@zeroc.com> | 2018-11-20 15:38:27 -0500 |
---|---|---|
committer | Austin Henriksen <austin@zeroc.com> | 2018-11-20 17:20:19 -0500 |
commit | 4c1cc8f9da53d8879bfcd1079620d1424e37a0fc (patch) | |
tree | 4ff07b72f66f60395506ffb69b57a92c2f0e3dbf /ruby | |
parent | Added missing exceptions to convertException in MATLAB. (diff) | |
download | ice-4c1cc8f9da53d8879bfcd1079620d1424e37a0fc.tar.bz2 ice-4c1cc8f9da53d8879bfcd1079620d1424e37a0fc.tar.xz ice-4c1cc8f9da53d8879bfcd1079620d1424e37a0fc.zip |
Fixed typo in the Ruby README.
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/README.md b/ruby/README.md index df0a9b921ce..943981e1c80 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -44,7 +44,7 @@ environment variable to the installation directory. For example: export RUBY_HOME=/opt/ruby ```` -The build of Ice for Python requires that you first build Ice for C++ in the +The build of Ice for Ruby requires that you first build Ice for C++ in the `cpp` subdirectory. From the top-level source directory, edit `config/Make.rules` to establish your |