From 096813cdee861e4515c637d8d49d2770eeb55d65 Mon Sep 17 00:00:00 2001 From: xigua Date: Thu, 17 Dec 2020 10:12:05 +0800 Subject: [PATCH] update example code format --- README-zh_CN.md | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index afe4dc5..1708bfb 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -80,8 +80,8 @@ const tokens = parser.getAllTokens(sql) console.log(tokens) /* [ - { - channel: 0 + { + channel: 0 column: 0 line: 1 source: [SqlLexer, InputStream] @@ -91,8 +91,8 @@ console.log(tokens) type: 137 _text: null text: "SELECT" - }, - ... + }, + ... ] */ ``` diff --git a/README.md b/README.md index 8908030..bf60df8 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ const tokens = parser.getAllTokens(sql) console.log(tokens) /* [ - { - channel: 0 + { + channel: 0 column: 0 line: 1 source: [SqlLexer, InputStream] @@ -91,8 +91,8 @@ console.log(tokens) type: 137 _text: null text: "SELECT" - }, - ... + }, + ... ] */ ```