From 5384677c6c074353223f1b4c369c13c4e3e37972 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Mon, 16 Nov 2020 20:20:08 +0100 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f440bd01..dc6c169e3 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,6 @@ yarn start:app:local * [app](https://github.com/dbshell/dbgate/tree/master/app) - application (JavaScript) * [engines](https://github.com/dbshell/dbgate/tree/master/packages/engines) - drivers for database engine (mssql, mysql, postgres), analysing database structure, creating specific queries (JavaScript) * [filterparser](https://github.com/dbshell/dbgate/tree/master/packages/filterparser) - TypeScript library for parsing data filter expressions using parsimmon -* (sqltree)[https://github.com/dbshell/dbgate/tree/master/packages/sqltree] - JSON representation of SQL query, functions converting to SQL (TypeScript) -* (types)[https://github.com/dbshell/dbgate/tree/master/packages/types] - common TypeScript definitions -* (web[https://github.com/dbshell/dbgate/tree/master/packages/web]) - frontend in React (JavaScript) +* [sqltree](https://github.com/dbshell/dbgate/tree/master/packages/sqltree) - JSON representation of SQL query, functions converting to SQL (TypeScript) +* [types](https://github.com/dbshell/dbgate/tree/master/packages/types) - common TypeScript definitions +* [web](https://github.com/dbshell/dbgate/tree/master/packages/web) - frontend in React (JavaScript)