Skip to content

Commit 67fc85c

Browse files
Update README.md
1 parent 63b3d7b commit 67fc85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)*** 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.
44

55
## Content:
66
- ***32 Unit Tests***

0 commit comments

Comments
 (0)