Skip to content

Commit 95fcfd2

Browse files
meili-botbidoubiwa
authored andcommitted
Update .code-samples.meilisearch.yaml
1 parent 673f4a5 commit 95fcfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ getting_started_add_documents_md: |-
10571057
use futures::executor::block_on;
10581058
10591059
fn main() { block_on(async move {
1060-
let client = Client::new("http://localhost:7700", Some("masterKey"));
1060+
let client = Client::new("http://localhost:7700", Some("aSampleMasterKey"));
10611061
10621062
// reading and parsing the file
10631063
let mut file = File::open("movies.json")

0 commit comments

Comments
 (0)