Skip to content

Commit

Permalink
Add go reference link to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clukawski committed Apr 12, 2024
1 parent 04434b6 commit 0da27b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `wordle`

[![Go Reference](https://pkg.go.dev/badge/github.com/clukawski/wordle.svg)](https://pkg.go.dev/github.com/clukawski/wordle)

A simple Go wordle game engine library. Supports any language where each letter can be represented by a `utf-8` codepoint/`rune` type.

Wrote this as I wanted a wordle engine in Go that supported Polish language characters that could be integrated with another Go project.
Expand Down

0 comments on commit 0da27b2

Please sign in to comment.