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?