Skip to content

Commit 5733eb1

Browse files
authored
delete a +
1 parent 0e07dda commit 5733eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP QuickORM 框架开发文档
22

3-
版本:20180911
3+
版本:20180913
44

55
## 简介
66

@@ -62,7 +62,7 @@ composer create-project php-quickorm/framework
6262

6363
```php
6464
public function __construct(){
65-
$this->connect = self::initialConnect('localhost', 'orm', 'root', 'password');+
65+
$this->connect = self::initialConnect('localhost', 'orm', 'root', 'password');
6666
}
6767
```
6868
#### 修改框架链接

0 commit comments

Comments
 (0)