From 8b22fbd7cd94550ff8709a23c8833ef159dfc77c Mon Sep 17 00:00:00 2001 From: Mark Ng Date: Fri, 6 Oct 2023 09:55:55 -0700 Subject: [PATCH] BEL-1659 Change to shell highlighting. Fix that we had accidentally put the first line of each script in backticks which it was interpreting as language metadata. These are shell examples. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa6a70f..766008f 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,13 @@ with Edmentum systems. Built using a swagger generator and then cleaned up to be ## Local Install To use in a project: -```bundle add edmentum-client-ruby +```shell +bundle add edmentum-client-ruby ``` To develop locally: -```git clone https://github.com/StrongMind/edmentum-client-ruby.git +```shell +git clone https://github.com/StrongMind/edmentum-client-ruby.git cd edmentum-client-ruby bundle install ```