Skip to content

Commit 4cbdf89

Browse files
committed
Update README.md
1 parent a444ff4 commit 4cbdf89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ It is based on [rybakit/phpunit-extras](https://github.com/rybakit/phpunit-extra
1515
* [Lua](#lua)
1616
* [Sql](#sql)
1717
* [Requirements](#requirements)
18-
* [clientPacker](#clientpacker)
19-
* [luaCondition](#luacondition)
20-
* [Tarantool](#tarantool)
18+
* [ClientPacker](#clientpacker)
19+
* [LuaCondition](#luacondition)
20+
* [TarantoolVersion](#tarantoolversion)
2121
* [Expectations](#expectations)
2222
* [Requests](#requests)
2323
* [Prepared statements](#prepared-statements)
@@ -142,7 +142,7 @@ public function testExecuteQueryFetchesAllRows() : void
142142

143143
### Requirements
144144

145-
#### clientPacker
145+
#### ClientPacker
146146

147147
*Format:*
148148

@@ -163,7 +163,7 @@ public function testPackerUnpacksBigIntegerAsDecimal() : void
163163
}
164164
```
165165

166-
#### luaCondition
166+
#### LuaCondition
167167

168168
*Format:*
169169

@@ -184,7 +184,7 @@ public function testChangeUserPassword() : void
184184
}
185185
```
186186

187-
#### Tarantool
187+
#### TarantoolVersion
188188

189189
*Format:*
190190

0 commit comments

Comments
 (0)