mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-14 13:08:27 +03:00
correct errors in readme
This commit is contained in:
parent
2e50c263a8
commit
4c293bdb5a
2 changed files with 6 additions and 6 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -78,8 +78,8 @@ jobs:
|
|||
env:
|
||||
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
|
||||
|
||||
- name: build frontend
|
||||
run: make frontend
|
||||
# - name: build frontend
|
||||
# run: make frontend
|
||||
|
||||
- name: run tests
|
||||
run: make test
|
||||
|
|
|
@ -23,10 +23,10 @@ Proof of work based, privacy respecting CAPTCHA system with a kickass UX.
|
|||
|
||||
**Skip to [demo](#demo)**
|
||||
|
||||
[mCaptcha](https://mcaptcha.org) is a
|
||||
Your users no longer have to interact with ridiculous image-based
|
||||
CAPTCHA system, wasting precious mental bandwidth. Instead, your
|
||||
computer will do the work for you, [see for
|
||||
[mCaptcha](https://mcaptcha.org) is a privacy respecting, _free_ CAPTCHA
|
||||
system with a kickass UX. Your users no longer have to interact with
|
||||
ridiculous image-based CAPTCHA system, wasting precious mental
|
||||
bandwidth. Instead, your computer will do the work for you, [see for
|
||||
yourself!](https://demo.mcaptcha.org/widget?sitekey=RnR9SvkkB2s1W9yrQSBBViJHLvuiXKo4)
|
||||
|
||||
## How does it work?
|
||||
|
|
Loading…
Add table
Reference in a new issue