From 0f7244e2959810e1182f4bdf64f958785536e748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cdigitalist=2Eru=E2=80=9D?= <“strangeqargo@gmail.com”> Date: Sun, 20 Mar 2016 17:41:05 +0300 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9325106e..a7c8f53c 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Basic usage: __Linux install:__ git clone date library, needed connectors, cmake and make install them. -create DDL files (like mysql: 'show create table MyDatabase.MyTable', but remove backticks), create headers for them with provided python script: +create DDL files (like mysql: 'show create table MyDatabase.MyTable'), create headers for them with provided python script: ``` %sqlpp11_dir%/scripts/ddl2cpp ~/temp/MyTable.ddl ~/temp/MyTable %DatabaseNamespaceForExample% ```