From 0617fa1d78946f9e84fc87a9537281b778e89fba Mon Sep 17 00:00:00 2001
From: Tiago Rangel
Date: Mon, 13 Jan 2025 20:06:51 +0000
Subject: [PATCH] Changes to TODO and README
---
README.md | 2 +-
TODO.md | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a28c66f..0809e1c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# cap — modern, lightning-quick PoW captcha
Cap is the open-source & modern ReCAPTCHA alternative designed for speed. Lightweight, powerful, private and secure.
-[](https://www.npmjs.com/package/capdotjs) [](https://github.com/tiagorangel1/cap) 
+[](https://www.npmjs.com/package/@cap.js/server) [](https://www.npmjs.com/package/@cap.js/widget) [](https://github.com/tiagorangel1/cap) 
> [!WARNING]
> Work in progress. Don't use this in production yet.
\ No newline at end of file
diff --git a/TODO.md b/TODO.md
index 0e7b24c..25e87bf 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,4 @@
* Wait until wasm-hashes is loaded before solving
* Better error handling
* More options
-* Split into 2 different packages: cap client and cap server. Cap server should have helper functions for generating and verifying challenges.
* Add support for other languages
\ No newline at end of file