Skip to content

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb committed Feb 8, 2022
1 parent dea6956 commit c97c3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.0.2
VERSION = 0.0.3
SOURCE = ./...

.DEFAULT_GOAL := build
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

# wordle

A Go-based `wordle` CLI.

[Josh Wardle](https://github.com/powerlanguage) deserves credit for creating [Wordle](https://www.powerlanguage.co.uk/wordle/); this is just a command line interface implementation of his creation.
A Go-based CLI implementation of [Josh Wardle](https://powerlanguage.co.uk)'s [Wordle](https://powerlanguage.co.uk/wordle/).

<img src="wordle.png" />

Expand Down

0 comments on commit c97c3ff

Please sign in to comment.