Skip to content

Commit

Permalink
Merge pull request #56 from diogo-braz/add-comma-config-code-block
Browse files Browse the repository at this point in the history
Adds a comma to configuration code block
  • Loading branch information
jaeyson authored Sep 12, 2024
2 parents 8627fc9 + 472631e commit 7eb12bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For Cloud hosted, you can generate and obtain the credentials from cluster insta
```elixir
config :ex_typesense,
api_key: "credential", # Admin API key
host: "111222333aaabbbcc-9.x9.typesense.net" # Nodes
host: "111222333aaabbbcc-9.x9.typesense.net", # Nodes
port: 443,
scheme: "https",
options: %{}
Expand Down

0 comments on commit 7eb12bd

Please sign in to comment.