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