Skip to content

Commit

Permalink
Update .code-samples.meilisearch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
meili-bot authored and bidoubiwa committed Jul 4, 2023
1 parent 673f4a5 commit 95fcfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ getting_started_add_documents_md: |-
use futures::executor::block_on;
fn main() { block_on(async move {
let client = Client::new("http://localhost:7700", Some("masterKey"));
let client = Client::new("http://localhost:7700", Some("aSampleMasterKey"));
// reading and parsing the file
let mut file = File::open("movies.json")
Expand Down

0 comments on commit 95fcfd2

Please sign in to comment.