Skip to content

Commit

Permalink
update link in readme to dwyl
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 9, 2016
1 parent e0dd25b commit ddd2e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "4.2.4"
- "4.4.0"
before_install:
- pip install --user codecov
after_success:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ We will use a few of them later on when we build our example app.

### Testing with Lab

If you're new to Testing Driven Development (**TDD**) read: https://github.com/nelsonic/learn-tdd (_first_)
If you're new to Testing Driven Development (**TDD**) read: https://github.com/dwyl/learn-tdd (_first_)
and then come back to this tutorial!

If you've done functional or unit testing in previous
Expand Down

0 comments on commit ddd2e78

Please sign in to comment.