From de98e975da7a5a635a7cf6d19bc4af25b4bc2295 Mon Sep 17 00:00:00 2001 From: Mengxuan Xia Date: Fri, 16 Feb 2018 20:25:00 -0500 Subject: [PATCH] Fix link to example files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8fbab2..e998d1b 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ schemats generate -c mysql://mysql@localhost/osm -t users -o osm.ts ``` -The above commands will generate typescript interfaces for [`osm`](test/osm_schema.sql) database -with table [`users`](test/osm_schema.sql#L18). The resulting file is stored as [`osm.ts`](test/example/osm.ts). +The above commands will generate typescript interfaces for [`osm`](test/fixture/postgres/osm.sql) database +with table [`users`](test/osm_schema.sql#L18). The resulting file is stored as [`osm.ts`](test/expected/postgres/osm.ts). ### Generating the type definition for all the tables in a postgres schema