From 5ec7b94686202da6f6d72051d8c1c4e6b304e65b Mon Sep 17 00:00:00 2001
From: Joe Van Boxtel <joe.vanboxtel@wisc.edu>
Date: Fri, 17 Aug 2018 19:09:30 +0000
Subject: [PATCH] Update README.md

---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c83c9e7..650b134 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Run `ng lint` to excute typescript linting. `ng lint --fix` will attempt to fix
 
 To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
 
-## Dependances
+## Dependancies
 [Angular](http://angular.io)
 
 [Angular CLI](https://github.com/angular/angular-cli) 
@@ -104,10 +104,9 @@ If you want to use a different grid system or find yourself wanting to remove a
 |-- styles.css									# Could be used for global styles/imports
 |-- test.ts										# Required by karma
 |-- tsconfig.app.json
-|-- tsconfig.spec.json
-`-- typings.d.ts
+`-- tsconfig.spec.json
 
-../.angular-cli.json 							# All project config for the angular cli
+../angular.json 							# All project config for the angular cli
 ../tslint.json 									# All project lint settings ex: "ng lint"
 ../e2e/											# All project end to end tests ex: "ng e2e"
 ../tsconfig.json 								# Primary typescript config
-- 
GitLab