From 3f640a7fdc6f2705a3c10fd146c666d15bd160e9 Mon Sep 17 00:00:00 2001 From: lulunac27a <100660343+lulunac27a@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:13:51 -0500 Subject: [PATCH] Fix grammar and update docs --- dice-game-webapp/README.md | 2 +- dice-game/README.md | 4 +++- docs/dice-game-webapp/index.md | 2 +- docs/dice-game/index.md | 4 +++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dice-game-webapp/README.md b/dice-game-webapp/README.md index fa636ca..f842b09 100644 --- a/dice-game-webapp/README.md +++ b/dice-game-webapp/README.md @@ -1,6 +1,6 @@ # Dice Game in Web Application using Haxe and JavaScript -This is a dice game with a web application that uses Haxe to compute to JavaScript code. It uses HTML to process input how many dice to roll and also displays the sum of all dice. +This is a dice game with a web application that uses Haxe to compute to JavaScript code. It uses HTML to process input how many dice are to roll and also displays the sum of all dice. ### Getting Started diff --git a/dice-game/README.md b/dice-game/README.md index 7c00bad..486f406 100644 --- a/dice-game/README.md +++ b/dice-game/README.md @@ -1,6 +1,8 @@ # Dice Game in Command Line Application in Haxe -This is a dice game app using Haxe. It uses a command line interface to enter number of dice and prints the dice output. It also prints the sum of all dice. +This is a dice game app using Haxe. +It uses a command line interface to enter the number of dice and prints the dice output. +It also prints the sum of all dice. ### Getting Started diff --git a/docs/dice-game-webapp/index.md b/docs/dice-game-webapp/index.md index fa636ca..f842b09 100644 --- a/docs/dice-game-webapp/index.md +++ b/docs/dice-game-webapp/index.md @@ -1,6 +1,6 @@ # Dice Game in Web Application using Haxe and JavaScript -This is a dice game with a web application that uses Haxe to compute to JavaScript code. It uses HTML to process input how many dice to roll and also displays the sum of all dice. +This is a dice game with a web application that uses Haxe to compute to JavaScript code. It uses HTML to process input how many dice are to roll and also displays the sum of all dice. ### Getting Started diff --git a/docs/dice-game/index.md b/docs/dice-game/index.md index 7c00bad..486f406 100644 --- a/docs/dice-game/index.md +++ b/docs/dice-game/index.md @@ -1,6 +1,8 @@ # Dice Game in Command Line Application in Haxe -This is a dice game app using Haxe. It uses a command line interface to enter number of dice and prints the dice output. It also prints the sum of all dice. +This is a dice game app using Haxe. +It uses a command line interface to enter the number of dice and prints the dice output. +It also prints the sum of all dice. ### Getting Started