Skip to content

Commit 4897ce9

Browse files
Update README.md
1 parent 67fc85c commit 4897ce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Test Driven Development - Fibonacci Sequence - 2020
22

3-
A ***TDD (Test Driven Development)*** aproach for writing the Fibonacci Sequence, using JavaScript, Mocha, and Chai. This was done by ***first creating the tests for a feature, then writing the minimum code to pass the tests***. The process was repeated for the remaining features.
3+
A ***TDD (Test Driven Development)*** approach for writing the Fibonacci Sequence, using JavaScript, Mocha, and Chai. This was done by ***first creating the tests for a feature, then writing the minimum code to pass the tests***. The process was repeated for the remaining features.
44

55
## Content:
66
- ***32 Unit Tests***
@@ -15,6 +15,6 @@ A ***TDD (Test Driven Development)*** aproach for writing the Fibonacci Sequence
1515
<br/>
1616

1717
<p align="center">
18-
<img width="60%" height="60%" src="https://github.com/panaitescu-paul/Test Driven Development - Fibonacci Sequence - 2020/blob/master/screenshots/s1.png">
19-
<img width="60%" height="60%" src="https://github.com/panaitescu-paul/Test Driven Development - Fibonacci Sequence - 2020/blob/master/screenshots/s2.png">
18+
<img width="60%" height="60%" src="https://github.com/panaitescu-paul/Test-Driven-Development-Fibonacci-Sequence-2020/blob/master/screenshots/s1.png">
19+
<img width="60%" height="60%" src="https://github.com/panaitescu-paul/Test-Driven-Development-Fibonacci-Sequence-2020/blob/master/screenshots/s2.png">
2020
</p>

0 commit comments

Comments
 (0)