Skip to content

Commit

Permalink
chore(docs): add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Oct 18, 2023
1 parent e0fcc21 commit ae611ec
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml → .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test
name: CI

on:
push:
Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# kayle
# kayle

The blazing fast and accurate web accessibility engine.
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![CI](https://github.com/a11ywatch/kayle/actions/workflows/CI.yml/badge.svg)](https://github.com/a11ywatch/kayle/actions?query=workflow%3ABuild)
[![Discord chat][discord-badge]][discord-url]

A **fast** and **accurate** web accessibility engine.

- Leading in performance
- Asynchronous design
- Tested and **correct**
- Extensive production use
- Works with headless browsers like ([playwright](https://github.com/microsoft/playwright) and [puppeteer](https://github.com/puppeteer/puppeteer)) or raw markup

## Getting Started

Expand Down Expand Up @@ -252,3 +262,6 @@ One of the main goals was to have the audit run quickly since we noticed some of
## LICENSE

Check the license file in the root of each project.

[discord-badge]: https://img.shields.io/discord/860982761137111040.svg?logo=discord
[discord-url]: https://discord.gg/ukmJcjQ5
4 changes: 2 additions & 2 deletions kayle_innate/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kayle_innate/kayle_innate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ego-tree = { workspace = true }
markup5ever = "0.11.0"
cssparser = { workspace = true }
slotmap = "1.0.6"
accessibility-rs = "0.0.12"
accessibility-rs = "^0.0.16"

[dev-dependencies]
wasm-bindgen-test = "0.3.37"
Expand Down

0 comments on commit ae611ec

Please sign in to comment.