Skip to content

Commit

Permalink
Added floki into quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Mar 23, 2020
1 parent 742eff2 commit 634eb99
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 634eb99

Please sign in to comment.