From f50fc5765fd9e00ae518e4448e0f6cfe31938e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gilberto=20Saraiva?= Date: Fri, 27 Sep 2024 16:28:16 -0300 Subject: [PATCH] Update README.md (#42) --- README.md | 4 ---- 1 file changed, 4 deletions(-) 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