From 17978b62cd1e53d8ad1bce58735874cc6b9ef2f9 Mon Sep 17 00:00:00 2001 From: Tomas Mockus <107482602+MockusTravelTime@users.noreply.github.com> Date: Thu, 15 Feb 2024 20:10:58 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a2cc6e..a3c0d7d 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,15 @@ gem 'travel_time' And then execute: - $ bundle install +```bash +$ bundle install +``` Or install it yourself as: - $ gem install travel_time +```bash +$ gem install travel_time +``` ## Usage