From 270ccdb026097fe3d24df8051b3bf61c98eafb40 Mon Sep 17 00:00:00 2001 From: Jack Harley Date: Thu, 28 Jan 2021 19:51:41 +0000 Subject: [PATCH] README update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b4b1b7..05527f1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# Shape Server +# Minesweeper Author: Jack Harley jackpharley@gmail.com / jharley@tcd.ie -This is my submission for Assignment 1 for CSU44012 Topics in Functional Programming 2020/21 +This is my submission for Assignment 2 for CSU44012 Topics in Functional Programming 2020/21 My report containing background information, design choices, reflection, etc. is submitted separately as a PDF to Blackboard. Build/Run ---------------------- -Build the project with `stack build` and execute with `stack exec ShapeServer`. +Build the project with `stack build` and execute with `stack exec Minesweeper`. -Then visit http://localhost:3000/ in a web browser. \ No newline at end of file +Then visit http://localhost:8023/ in a web browser. \ No newline at end of file