Skip to content

Commit

Permalink
Add new tags to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kailan committed Jul 24, 2024
1 parent b470aa0 commit 1d86cbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This crate provides a streaming Edge Side Includes parser and executor designed
The implementation is a subset of the [ESI Language Specification 1.0](https://www.w3.org/TR/esi-lang/) supporting the following tags:

- `<esi:include>` (+ `alt`, `onerror="continue"`)
- `<esi:try>` | `<esi:attempt>` | `<esi:except>`
- `<esi:comment>`
- `<esi:remove>`

Expand Down Expand Up @@ -82,6 +83,7 @@ In order to run the test suite for the packages in this repository, [`viceroy`](
```sh
cargo install viceroy
```

## License

The source and documentation for this project are released under the [MIT License](./LICENSE).

0 comments on commit 1d86cbf

Please sign in to comment.