Closed tankorsmash closed 8 months ago
Thanks for the issue! This was an oversight on my part when the API changed. I've updated the README and published it to hexdocs.
Please let me know if you run into anything else 😄 I hope you like Gleam!
Thank you!
Hey there! I'm totally new to Gleam and Erlang, and trying to get the README example running.
This is the output of
gleam build
:Changing all instances of bit arrays to strings (
"ping"
) got it to compile, but I'm not sure if that's because it's now less safe or what. I'm new to Gleam so I'm probably missing something, but just in case. Thanks for making a neat package!