From ad2af2099bab8535dcbc53bfe6b68ca7f7a8c590 Mon Sep 17 00:00:00 2001 From: Anthony Sgueglia Date: Wed, 25 Mar 2020 19:22:25 -0400 Subject: [PATCH] angular cli version change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8080c69..ca520e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RockPaperScissors -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7. This repository contains a simple server for playing Rock Paper Scissors. You will be building a client-side GUI to play the game against the server.