Skip to content

Commit

Permalink
BEL-1659 Change to shell highlighting.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
markng committed Oct 6, 2023
1 parent 39f4638 commit 8b22fbd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 8b22fbd

Please sign in to comment.