Skip to content

Commit

Permalink
Add missing quotes
Browse files Browse the repository at this point in the history
While here, add syntax highlighting.

Signed-off-by: Romain Tartière <[email protected]>
  • Loading branch information
smortex authored Jan 30, 2024
1 parent 97fac2a commit 77d78c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ To add the client to your project, install it using [RubyGems](https://rubygems.
`gem install opensearch-ruby`

or add it to your Gemfile:
```
gem opensearch-ruby
```ruby
gem 'opensearch-ruby'
```
and run:
```
Expand All @@ -23,7 +23,9 @@ bundle install

Import the client:

`require 'opensearch'`
```ruby
require 'opensearch'
```

## Basic Usage
```ruby
Expand Down

0 comments on commit 77d78c0

Please sign in to comment.