Skip to content

Commit

Permalink
Removes extra comma from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abitdodgy committed Jun 6, 2019
1 parent 3a1437b commit d7001d0
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 @@ -36,7 +36,7 @@ or in your config.exs using :
config :cloudex,
api_key: "my-api-key",
secret: "my-secret",
cloud_name: "my-cloud-name",
cloud_name: "my-cloud-name"
```

[Jason](http://github.com/michalmuskala/jason) is the default json library in Cloudex. You can configure Cloudex to use another library. For example:
Expand Down

0 comments on commit d7001d0

Please sign in to comment.