From 369d530978cf71afea189bee9b36605a7de45db3 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 11 May 2023 14:18:13 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e75c829..f4b0aef 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Play Minesweeper Online [![Netlify Status](https://api.netlify.com/api/v1/badges/172478bd-afc5-4e47-95ba-d9ab814248fb/deploy-status)](https://app.netlify.com/sites/mnswpr/deploys) -This is the classic game **Minesweeper** built with vanilla JS (i.e., no framework dependency). +Play it here: [mnswpr.com](https://mnswpr.com). This is the classic game **Minesweeper** built with vanilla web technologies (i.e., no framework dependency). -Stack: +Technology Stack: - HTML, JS, and CSS - Webpack for bundling - Firebase for leader board store