Skip to content

Commit 30cc96e

Browse files
authored
Update README.md
1 parent f944333 commit 30cc96e

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
@@ -302,7 +302,7 @@ This example will create a Web API that returns data from SQLite with Doctrine,
302302
// database configuration parameters
303303
$conn = array(
304304
'driver' => 'pdo_sqlite',
305-
'path' => __DIR__ . '/../data/db.sqlite',
305+
'path' => __DIR__ . '/../db.sqlite',
306306
);
307307
308308
// obtaining the entity manager

0 commit comments

Comments
 (0)