From 342e14f76a7ae577194dac0a46e507ca1acba6b9 Mon Sep 17 00:00:00 2001 From: Cesar Gimenes Date: Sun, 19 Sep 2021 11:41:53 -0300 Subject: [PATCH] improve readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9df86b..29e05af 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# neko +# Neko [Neko](https://en.wikipedia.org/wiki/Neko_(software)) is a cat that chases the mouse cursor across the screen, an app written in the late 1980s and ported for many platforms. -This code is a re-implementation using Golang and has no relationship to the original software. Furthermore, this version does not use any part of the source code except sprites and sounds. +This code is a re-implementation using Golang and **has no relationship to the original software**. Furthermore, this version does not use any part of the source code except sprites and sounds. The goal is to demonstrate the Go language with a fun and very nostalgic example for me, without necessarily being tied to the behavior of the original version.