From 6988da35ddb5be0d1220aaf3dd39808f5923fe4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Mon, 1 Apr 2013 20:58:33 +0200 Subject: [PATCH] fixed test file path in README fa377cc9422e78570376347a94cc1147807c51e3 moved the test file from `src` to `test`, while README still mentioned former --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e7993e..ce2e921 100644 --- a/README.md +++ b/README.md @@ -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