Skip to content

Commit f386a59

Browse files
committed
Fixed broken link in README per brianegan#128 [skip-ci]
1 parent a2005a2 commit f386a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Examples have been updated to Dart 2.
3838
### Supporting Code
3939

4040
* [integration_tests](integration_tests) - Demonstrates how to write selenium-style integration (aka end to end) tests using the Page Object Model. This test suite is run against all samples.
41-
* [todos_repository](todos_repository) - Demonstrates the repository pattern and testing strategies for working with the filesystem. Used to provide local storage and mock web storage to samples.
41+
* [todos_repository_core](todos_repository_core) - Demonstrates the repository pattern and testing strategies for working with the filesystem. Used to provide local storage and mock web storage to samples.
4242

4343
### Why a todo app?
4444

0 commit comments

Comments
 (0)