Skip to content

Commit

Permalink
Improve the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Jun 28, 2022
1 parent 47c0904 commit fe7ea25
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**Floki is a simple HTML parser that enables search for nodes using CSS selectors**.

[Check the documentation](https://hexdocs.pm/floki).
[Check the documentation 📙](https://hexdocs.pm/floki).

## Usage

Expand Down Expand Up @@ -112,10 +112,8 @@ Extracting the files is needed only once.

#### Using `html5ever` as the HTML parser

Rust needs to be installed on the system in order to compile html5ever. To do that, please
[follow the instruction](https://www.rust-lang.org/en-US/install.html) presented in the official page.

After Rust is set up, you need to add `html5ever` NIF to your dependency list:
This dependency is written with a NIF using [Rustler](https://github.com/rusterlium/rustler), but
you don't need to install anything to compile it thanks to [RustlerPrecompiled](https://hexdocs.pm/rustler_precompiled/).

```elixir
defp deps do
Expand Down

0 comments on commit fe7ea25

Please sign in to comment.