Skip to content

Commit

Permalink
Merge #105
Browse files Browse the repository at this point in the history
105: Fix code-samples r=curquiza a=curquiza

Fixes #104

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
  • Loading branch information
bors[bot] and curquiza authored Nov 21, 2020
2 parents 706765f + df46bd2 commit 3bd2ba6
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 @@ -359,7 +359,7 @@ getting_started_create_index_md: |-
```
```go
var client = NewClient(meilisearch/Config{
var client = NewClient(meilisearch.Config{
Host: "http://127.0.0.1:7700",
})
Expand Down

0 comments on commit 3bd2ba6

Please sign in to comment.