Skip to content

Commit 14efd25

Browse files
committed
fix readme badges not rendering properly with dokka
1 parent 01a1255 commit 14efd25

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
# kdriver
22

3-
[![License](https://img.shields.io/github/license/guimauvedigital/kdriver)](LICENSE)
4-
[![Issues](https://img.shields.io/github/issues/guimauvedigital/kdriver)]()
5-
[![Pull Requests](https://img.shields.io/github/issues-pr/guimauvedigital/kdriver)]()
6-
[![Code Size](https://img.shields.io/github/languages/code-size/guimauvedigital/kdriver)]()
7-
[![codecov](https://codecov.io/github/guimauvedigital/kdriver/branch/main/graph/badge.svg?token=F7K641TYFZ)](https://codecov.io/github/guimauvedigital/kdriver)
8-
[![CodeFactor](https://www.codefactor.io/repository/github/guimauvedigital/kdriver/badge)](https://www.codefactor.io/repository/github/guimauvedigital/kdriver)
9-
[![Open Source Helpers](https://www.codetriage.com/guimauvedigital/kdriver/badges/users.svg)](https://www.codetriage.com/guimauvedigital/kdriver)
10-
113
> This project is a Kotlin port of [@stephanlensky](https://github.com/stephanlensky)'s awesome Python
124
> library [zendriver](https://github.com/stephanlensky/zendriver), built to bring the same simplicity and power of
135
> CDP-based automation to the JVM world.
146
15-
**Documentation:** [kdriver.dev](https://kdriver.dev)
16-
177
kdriver is a blazing fast, coroutine-first, undetectable web scraping / browser automation library for Kotlin. It uses
188
the Chrome DevTools Protocol (CDP) under the hood to interact with real Chrome instances, offering a sleek alternative
199
to heavy tools like Selenium or Puppeteer — all without relying on WebDriver.
2010

11+
* **Documentation:** [kdriver.dev](https://kdriver.dev)
12+
* **Repository:** [github.com/guimauvedigital/kdriver](https://github.com/guimauvedigital/kdriver)
13+
* **Code coverage:** [codecov.io/github/guimauvedigital/kdriver](https://codecov.io/github/guimauvedigital/kdriver)
14+
2115
## Features
2216

2317
* **Undetectable** – Like its Python counterpart, kdriver speaks CDP directly, making it (almost) impossible for sites

0 commit comments

Comments
 (0)