From c97c3ffd93d173ff47103031061f7cc7dadbab61 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Tue, 8 Feb 2022 17:27:47 -0500 Subject: [PATCH] improve README --- Makefile | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0fa8667..e2dc37d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.0.2 +VERSION = 0.0.3 SOURCE = ./... .DEFAULT_GOAL := build diff --git a/README.md b/README.md index 0eaf428..8fce9f4 100644 --- a/README.md +++ b/README.md @@ -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/).