From 933fc8da521708b18a613e6864aecebc97be6d60 Mon Sep 17 00:00:00 2001 From: SmashedFrenzy16 <68993968+SmashedFrenzy16@users.noreply.github.com> Date: Mon, 27 Mar 2023 17:06:38 +0100 Subject: [PATCH 1/2] Update README.md with formatting and grammar changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 802f076..ed897d8 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -##Chess-Game [![Build Status](https://travis-ci.org/ChessCom/Chess-Game.png?branch=develop)](https://travis-ci.org/ChessCom/Chess-Game) +## Chess-Game [![Build Status](https://travis-ci.org/ChessCom/Chess-Game.png?branch=develop)](https://travis-ci.org/ChessCom/Chess-Game) Based on Pear Games_Chess - represents a chess game as a php object -####Install with composer: +#### Installing with a composer: ```sh ~ composer require chesscom/chess-game ~ composer update chesscom/chess-game ``` -####Running the test suite: +#### Running the test suite: ``` composer install From 3a4597127f732a0de3872fd550177d4c0064c204 Mon Sep 17 00:00:00 2001 From: SmashedFrenzy16 <68993968+SmashedFrenzy16@users.noreply.github.com> Date: Mon, 27 Mar 2023 17:08:51 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed897d8..81da4e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -## Chess-Game [![Build Status](https://travis-ci.org/ChessCom/Chess-Game.png?branch=develop)](https://travis-ci.org/ChessCom/Chess-Game) +[![Build Status](https://travis-ci.org/ChessCom/Chess-Game.png?branch=develop)](https://travis-ci.org/ChessCom/Chess-Game) + +## Chess Game Based on Pear Games_Chess - represents a chess game as a php object