Skip to content

Commit 6f8c870

Browse files
committed
Fix broken link & update formatting
1 parent a787c62 commit 6f8c870

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<h1> Banking App <h1>
2+
<h4>A tech test to practice code quality. <h4>
23
<div>
34
<h5>
45
<a href='https://github.com/kwatts949/banking_app/blob/main/README.md#Specification'> Specification </a> <span> · </span>
56
<a href='https://github.com/kwatts949/banking_app/blob/main/README.md#Installation'> Installation </a><span> · </span>
6-
<a href='https://github.com/kwatts949/banking_app/blob/main/README.md#How-to-use-the-app'> How to use the app </a><span> · </span>
7+
<a href='https://github.com/kwatts949/banking_app/blob/main/README.md#Running-locally'> Running locally</a><span> · </span>
78
<a href='https://github.com/kwatts949/banking_app/blob/main/README.md#Testing'> Testing </a><span> · </span>
89
<a href='https://github.com/kwatts949/banking_app/blob/main/README.md#Process'> Process </a><span> · </span>
910
<a href='https://github.com/kwatts949/banking_app/blob/main/README.md#Diagram'> Diagram </a>
10-
1111
<h5>
1212
</div>
1313

@@ -88,7 +88,10 @@ $ rspec
8888
<a href='https://github.com/kwatts949/banking_app/wiki/Thought-Process'> You can view my thought process & details of how I broke the problem down here </a>
8989

9090
# Diagram
91-
![diagram of class system](/resources/bank_app_diagram.png "Diagram of classes")
91+
<div align='center'>
92+
<img src="/resources/bank_app_diagram.png" width="650" height="350" />
93+
</div>
94+
9295

9396

9497

0 commit comments

Comments
 (0)