Skip to content

Commit ec16fd5

Browse files
committed
:doc: Minor tweaks to README.
1 parent b40f82f commit ec16fd5

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
<b>[Radix]((http://rubyworks.github.com/radix)) is a very easy to use Ruby library
14-
for converting numbers to and from any base. It supports both Integer, Float and
14+
for converting numbers to and from any base. It supports Integer, Float and
1515
Rational numbers, as well as representational string-notations that need not be
1616
in ASCII order.</b>
1717

@@ -78,12 +78,17 @@ To learn more have a look at the [QED Demo](http://rubydoc.info/gems/radix/file/
7878

7979
## Installing
8080

81+
If using Bundler, then add the ususal gem entry to your project's Gemfile.
82+
83+
gem 'radix'
84+
8185
To install with RubyGems simply open a console and type:
8286

8387
$ gem install radix
8488

8589
Radix follows [Ruby Setup](http://rubyworks.github.com/setup) package standard
86-
so it can also be installed in an FHS compliant manner using setup.rb.
90+
so it can also be installed in an FHS compliant manner using setup.rb (very
91+
old-school and no longer recommeded).
8792

8893

8994
## Special Thanks
@@ -95,7 +100,7 @@ so your contribution is greatly appreciated. Thank you, Douglas!
95100

96101
## Copyrights
97102

98-
Copyright (c) 2009 Rubyworks
103+
Copyright (c) 2009 [Rubyworks](https://rubyworks.github.io)
99104

100105
This program is distributable in accordance with the *BSD-2-Clause* license.
101106

0 commit comments

Comments
 (0)