Skip to content

Commit b67fbb6

Browse files
Update README.md
1 parent 4897ce9 commit b67fbb6

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,4 +1,4 @@
1-
# Test Driven Development - Fibonacci Sequence - 2020
1+
# Test Driven Development - Fibonacci Sequence - JavaScript - 2020
22

33
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

0 commit comments

Comments
 (0)