From 3eacd413e43ba3072b0abd64b0be513dc53f2182 Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Wed, 16 Apr 2025 11:05:41 +0100 Subject: [PATCH] change "learn more" to "try cap" --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index bf0952a..0de1d3c 100644 --- a/README.md +++ b/README.md @@ -2,34 +2,34 @@ # cap — modern, lightning-quick PoW captcha -Cap is a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW. +cap is a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW. -| [Learn more](https://capjs.js.org) +| [try cap →](https://capjs.js.org) |----------| [![npm @cap.js/server](https://img.shields.io/badge/@cap.js/-server-CB0200?logo=npm)](https://www.npmjs.com/package/@cap.js/server) [![npm @cap.js/widget](https://img.shields.io/badge/@cap.js/-widget-CB0200?logo=npm)](https://www.npmjs.com/package/@cap.js/widget) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9920/badge)](https://www.bestpractices.dev/projects/9920) Cap captcha -## Why Cap? +## why Cap? - ⚡️ **250x smaller than hCaptcha** - Cap's widget library is extremely small, only 12kb minified and brotli'd. + cap's widget library is extremely small, only 12kb minified and brotli'd. - 🔒️ **Private** - Cap's usage of proof-of-work eliminates the need for any tracking, fingerprinting or data collection. + cap's usage of proof-of-work eliminates the need for any tracking, fingerprinting or data collection. - 🌈 **Fully customizable** - Cap is self-hostable so you can customize both the backend & frontend — or you can just use CSS variables + cap is self-hostable so you can customize both the backend & frontend — or you can just use CSS variables - 🤖 **PoW-based** - Cap uses proof-of-work instead of complex puzzles, making it easier for humans and harder for bots + cap uses proof-of-work instead of complex puzzles, making it easier for humans and harder for bots - 🧩 **Standalone mode** - Cap offers a standalone mode with Docker, allowing you to use it with languages other than JS. + cap offers a standalone mode with Docker, allowing you to use it with languages other than JS. - 💨 **Invisible mode** - Cap can run invisibly in the background using a simple JS API. + cap can run invisibly in the background using a simple JS API. - ☁️ **Floating mode** - Floating mode keeps your CAPTCHA hidden until it's needed + floating mode keeps your CAPTCHA hidden until it's needed - 🌳 **Fully FOSS** - Completely open source under the Apache license 2.0 license + completely open source under the Apache license 2.0 license -## Star History +## star history [![Star History Chart](https://api.star-history.com/svg?repos=tiagorangel1/cap&type=Date)](https://www.star-history.com/#tiagorangel1/cap&Date)