From fbbb82008c318f2ff6bcf02864d12dfc08016765 Mon Sep 17 00:00:00 2001 From: PTYin Date: Wed, 5 Jun 2019 02:25:57 +0800 Subject: [PATCH] update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f7741f..72a8e59 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A Qt rich text editor, used for online or offline edit text. Support for exporti - Use Qt embeded SQLite to store username and password which you have typed before - Use Qt Network to communicate with remote server -- You can deploy your own server to your local enviroment or production environment, deploy your server according to [Server Project]("https://github.com/PTYin/Qt-TextEdit-Server") +- You can deploy your own server to your local enviroment or production environment, deploy your server according to [Server Project](https://github.com/PTYin/Qt-TextEdit-Server) ### Support Cmake Project instead of QMake Project