Skip to content

Commit

Permalink
Merge 634eb99 into 742eff2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Mar 23, 2020
2 parents 742eff2 + 634eb99 commit 3b695d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ Goals:
# mix.exs
defp deps do
[
{:crawly, "~> 0.8.0"}
{:crawly, "~> 0.8.0"},
{:floki, "~> 0.26.0"}
]
end
```
> **Note**: [`:floki`](https://github.com/philss/floki) is used to illustrate data extraction. Crawly is unopinionated in the way you extract data. You may alternatively use [`:meeseeks`](https://github.com/mischov/meeseeks)
2. Fetch dependencies: `$ mix deps.get`
3. Create a spider

Expand Down

0 comments on commit 3b695d6

Please sign in to comment.