Skip to content

Commit b2e9e2e

Browse files
committed
Where the hell to put these badges. :doc:
1 parent fcd3504 commit b2e9e2e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,9 @@
44
[Report Issue](http://github.com/rubyworks/radix/issues) ·
55
[Source Code](http://github.com/rubyworks/radix)
66

7-
Radix is a very easy to use Ruby library for converting numbers to and from
7+
<b>Radix is a very easy to use Ruby library for converting numbers to and from
88
any base. It supports both Integer, Float and Rational numbers, as well as
9-
representational string-notations that need not be in ASCII order.
10-
11-
12-
## Features
13-
14-
* Convert to and from any base.
15-
* Convert Integers, Floats and Rational numbers.
16-
* Define custom encoding and character sets.
17-
* Can be used to encode/decode bytecode strings.
18-
* Very intuitive API.
9+
representational string-notations that need not be in ASCII order.</b>
1910

2011

2112
## Status
@@ -28,6 +19,15 @@ representational string-notations that need not be in ASCII order.
2819
[![Flattr Me](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/324911/Rubyworks-Ruby-Development-Fund)
2920

3021

22+
## Features
23+
24+
* Convert to and from any base.
25+
* Convert Integers, Floats and Rational numbers.
26+
* Define custom encoding and character sets.
27+
* Can be used to encode/decode bytecode strings.
28+
* Very intuitive API.
29+
30+
3131
## Usage
3232

3333
Base conversions with ASCII ordered notations are easy in Ruby.

0 commit comments

Comments
 (0)