Skip to content

Commit

Permalink
Update .code-samples.meilisearch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali authored Jul 11, 2023
1 parent 73902aa commit 86cdc6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ documents_guide_add_movie_1: |-
movie_id: '123sq178',
title: 'Amelie Poulain'
}])
PLEASE_UPDATE_ME>>>>>>>>>>>>>getting_started_add_documents_md: |-
getting_started_add_documents_md: |-
```bash
$ bundle add meilisearch
```
Expand All @@ -355,7 +355,7 @@ PLEASE_UPDATE_ME>>>>>>>>>>>>>getting_started_add_documents_md: |-
require 'json'
require 'meilisearch'
client = MeiliSearch::Client.new('http://localhost:7700')
client = MeiliSearch::Client.new('http://localhost:7700', 'aSampleMasterKey')
movies_json = File.read('movies.json')
movies = JSON.parse(movies_json)
Expand Down

0 comments on commit 86cdc6d

Please sign in to comment.