diff --git a/README.md b/README.md index 9fd4c3a..6ee3069 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Calcpace [![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&r=r&ts=1683906897&type=6e&v=1.4.0&x2=0)](https://badge.fury.io/rb/calcpace) -# Calcpace - Calcpace is a Ruby gem designed for calculations and conversions related to distance and time. It can calculate velocity, pace, total time, and distance, accepting time in various formats, including HH:MM:SS. The gem supports conversion to 26 different units, including kilometers, miles, meters, and feet. It also provides methods to validate input. ## Installation @@ -26,8 +24,6 @@ gem install calcpace ## Usage -## Usage - Before performing any calculations or conversions, create a new instance of Calcpace: ```ruby