Skip to content

Commit 50690c0

Browse files
committed
[Mod] 更新README.md
1 parent 0e9ad8c commit 50690c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vn.py框架的MySQL数据库接口
1+
# VeighNa框架的MySQL数据库接口
22

33
<p align="center">
44
<img src ="https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png"/>
@@ -18,7 +18,7 @@
1818

1919
### 全局配置
2020

21-
在vn.py中使用MySQL时,需要在全局配置中填写以下字段信息:
21+
在VeighNa中使用MySQL时,需要在全局配置中填写以下字段信息:
2222

2323
|名称|含义|必填|举例|
2424
|---------|----|---|---|
@@ -31,7 +31,7 @@
3131

3232
### 创建实例(Schema)
3333

34-
vn.py不会主动为MySQL数据库创建实例,所以使用前请确保database.database字段中填写的的数据库实例已经创建了。
34+
VeighNa不会主动为MySQL数据库创建实例,所以使用前请确保database.database字段中填写的的数据库实例已经创建了。
3535

3636
若实例尚未创建,可以使用【MySQL Workbench】客户端的【new_schema】进行操作。
3737

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url = https://www.vnpy.com
55
license = MIT
66
author = Xiaoyou Chen
77
author_email = xiaoyou.chen@mail.vnpy.com
8-
description = MySQL database adapter for vn.py quant trading framework.
8+
description = MySQL database adapter for VeighNa quant trading framework.
99
long_description = file: README.md
1010
long_description_content_type = text/markdown
1111
keywords =

0 commit comments

Comments
 (0)