We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673f4a5 commit 95fcfd2Copy full SHA for 95fcfd2
.code-samples.meilisearch.yaml
@@ -1057,7 +1057,7 @@ getting_started_add_documents_md: |-
1057
use futures::executor::block_on;
1058
1059
fn main() { block_on(async move {
1060
- let client = Client::new("http://localhost:7700", Some("masterKey"));
+ let client = Client::new("http://localhost:7700", Some("aSampleMasterKey"));
1061
1062
// reading and parsing the file
1063
let mut file = File::open("movies.json")
0 commit comments