Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgirard committed Dec 13, 2024
1 parent c71d22f commit e6a2f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Add uncommon word honeypot (include "banana" in the answer):

`{{< hp word="banana" >}}`

Add a homoglyph honeypot (replace the first . with ·):
Add a [homoglyph](https://en.wikipedia.org/wiki/Homoglyph) honeypot (replace the first . with ·):

`{{< hp glyph="." >}}`

Add both uncommon word and substitution honeypot:
Add both uncommon word and homoglyph honeypot:

`{{< hp word="banana" subs=T >}}`

Expand Down
2 changes: 1 addition & 1 deletion _extensions/honeypot/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: honeypot
author: Jeffrey Girard
version: 0.0.1
version: 0.0.2
contributes:
shortcodes:
- honeypot.lua

0 comments on commit e6a2f41

Please sign in to comment.