Glutexo / onigumo

Parallel web scraping framework
MIT License
3 stars 1 forks source link

Change component name to lowercase #203

Closed Glutexo closed 10 months ago

Glutexo commented 10 months ago

Capitalized component names were only a remnant of camel-cased elixir modules. Now, with component names being separate, there is no need to follow this convention. Lower-case arguments are the easiest way to interact with an application.

Fixes #197.