diff --git a/src/app/app.component.html b/src/app/app.component.html
index e270762..f48352c 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -3,18 +3,5 @@
Welcome to {{title}}!
-
-Here are some links to help you start:
-
-
+
diff --git a/src/app/app.component.ts b/src/app/app.component.ts
index 7b0f672..6065ef2 100644
--- a/src/app/app.component.ts
+++ b/src/app/app.component.ts
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.css']
})
export class AppComponent {
- title = 'app';
+ title = 'Rock Paper Scissors';
}