Skip to content

Commit

Permalink
fix copypasta mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
rokostik committed Jan 23, 2024
1 parent 1e57356 commit ab293d0
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -14,10 +14,10 @@ This application integrates Friendly Captcha for form submissions using Go.
> NOTE: `FRC_SITEVERIFY_ENDPOINT` and `FRC_WIDGET_ENDPOINT` are optional. If not set, the default values will be used. You can also use `global` or `eu` as shorthands for both.
```bash
FRC_APIKEY=<your api key> FRC_SITEKEY=<your site key> FRC_SITEVERIFY_ENDPINT=<siteverify endpoint> FRC_WIDGET_ENDPOINT=<widget endpoint> go run main.go
FRC_APIKEY=<your api key> FRC_SITEKEY=<your site key> FRC_SITEVERIFY_ENDPOINT=<siteverify endpoint> FRC_WIDGET_ENDPOINT=<widget endpoint> go run main.go
```

# Usage

Navigate to http://localhost:3000/ in your browser.
Navigate to http://localhost:8844/ in your browser.
Fill out the form and submit. The Friendly Captcha verification will protect the form from bots.
2 changes: 1 addition & 1 deletion example/demo.html
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Friendly Captcha Python SDK example</title>
<title>Friendly Captcha Go SDK example</title>
<style>
* {
box-sizing: border-box;

0 comments on commit ab293d0

Please sign in to comment.