fixed test file path in README

fa377cc942 moved the test file from `src`
to `test`, while README still mentioned former
This commit is contained in:
András Veres-Szentkirályi
2013-04-01 20:58:33 +02:00
parent 43f31831ad
commit 6988da35dd

View File

@@ -54,7 +54,7 @@ Note that on Windows, `sqlite3.dll` usually won't be installed in the system-wid
## Example usage
See tests `src/sqlite3_test.erl` for a starting point.
See tests `test/sqlite3_test.erl` for a starting point.
## Authors