From 4c293bdb5adc691360363e1ed63cd58b1bf91104 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 7 Jul 2021 21:32:20 +0530 Subject: [PATCH] correct errors in readme --- .github/workflows/linux.yml | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a28e6d67..51499e20 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/README.md b/README.md index 38932213..7a7aa09a 100644 --- a/README.md +++ b/README.md @@ -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?