Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpclark committed Apr 21, 2014
1 parent 284545d commit 9471303
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -10,8 +10,7 @@ Description
* Define any base conversion with any identifier for each value.



require 'basecustom'
<code>require 'basecustom'

base2 = BaseCustom.new('01')
base2.base('00001')
Expand All @@ -27,7 +26,7 @@ Description
baseABC.base('ABC')
=> 5
baseABC.base(123)
=> "BBBCA"
=> "BBBCA"</code>


Usage Video Below:
Expand Down

0 comments on commit 9471303

Please sign in to comment.