From dc21e98401496d534a4473fc1b00d7eb047a2e7f Mon Sep 17 00:00:00 2001 From: xiaowei Date: Thu, 17 Dec 2020 17:21:40 +0800 Subject: [PATCH] docs: move the tips to the introduction bottom --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d91a79..aed6472 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ dt-sql-parser is a **SQL Parser** project built with [ANTLR4](https://github.com Besides, it' provides some helper methods, like **split** SQL, and filter the `--` and `/**/` types of comments in SQL. -> Tips: This project is the default for Javascript language, also you can try to compile it to other languages if you need. - Supported SQL: - MySQL @@ -21,6 +19,8 @@ Supported SQL: - Hive SQL - PL/SQL +>Tips: This project is the default for Javascript language, also you can try to compile it to other languages if you need. + ## Installation ```bash