elixir-crawly / crawly

Crawly, a high-level web crawling & scraping framework for Elixir.
https://hexdocs.pm/crawly
Apache License 2.0
976 stars 115 forks source link

fix: function definition of init missing comma #200

Closed m4hi2 closed 2 years ago

m4hi2 commented 2 years ago

In the readme example, the function definition of init() on line 44 is missing the comma required for single line function definitions. Copy pasting the example will result in an error without this comma.