README.md in humanize-bytes-0.0.2 vs README.md in humanize-bytes-0.1.0
- old
+ new
@@ -17,18 +17,15 @@
$ gem install humanize-bytes
## Usage
Initialize the New Object with
- Humanize::Bytes.initialize(1024)
+ Humanize::Bytes.initialize(1024)
+
The initialization process accept a second argument which is the unit. Available units are: b, k, m, g
-Then call on of the methods: to_b, to_k, to_m, to_g.
-
-## Note
-
-The available methods are different depending on the initialization.
+Then call one of the methods: to_b, to_k, to_m, to_g.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)