From 591025fad0289638cc0af984ad760983c6c40299 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Sun, 12 Sep 2021 02:04:21 +0900 Subject: [PATCH] move section --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3970a09..dd2df2f 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,6 @@ A cross-platform TUI database management tool written in Rust - Multiple Database support (MySQL, PostgreSQL, SQLite) - Intuitive keyboard only control -## Where does "gobang" come from? - -gobang means a Japanese game played on goban, a go board. The appearance of goban looks like table structure. And I live in Kyoto, Japan. In Kyoto city, streets are laid out on a grid (We call it “goban no me no youna (碁盤の目のような)”). They are why I named this project "gobang". - ## TODOs - [ ] SQL editor @@ -29,6 +25,10 @@ gobang means a Japanese game played on goban, a go board. The appearance of goba - [ ] Custom theme settings - [ ] Support the other databases +## What does "gobang" come from? + +gobang means a Japanese game played on goban, a go board. The appearance of goban looks like table structure. And I live in Kyoto, Japan. In Kyoto city, streets are laid out on a grid (We call it “goban no me no youna (碁盤の目のような)”). They are why I named this project "gobang". + ## Installation ### Homebrew (Linux/macOS)