rdrop / exponent-server-sdk-elixir

Use to send push notifications to Exponent Experiences from an Elixir/Phoenix server.
MIT License
19 stars 15 forks source link

Use valid elixir syntax in example response #1

Open szaboat opened 5 years ago

szaboat commented 5 years ago

The provided example is not valid elixir code { "status": "ok" }. It should be %{ "status": "ok" }.

rdrop commented 4 years ago

I'll look into this and confirm next week, thanks for the PR