From c5a4380b3c01cd39726602999beb48a32b463c2d Mon Sep 17 00:00:00 2001 From: Johan Kotlinski Date: Tue, 3 Jul 2018 16:57:40 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 108b6cf..78fc023 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,10 @@ Contains the player code. Following symbols are exported: ### boot.s -An example for how to call the player. Displays CPU usage +An example for how to use the player. Displays CPU usage using raster bars. Pressing A skips to the next song. -Replace with your own game, music selector or whatever -you feel like :) +![Screenshot](/docs/screenshot.png) ## How Does It Work?