Skip to content

Commit 9873a39

Browse files
committed
Tweak README.md
1 parent 64ecdf8 commit 9873a39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Once the annotations are configured, you can start using them:
109109

110110
### Processors
111111

112-
##### Lua
112+
#### Lua
113113

114114
```php
115115
/**
@@ -122,7 +122,7 @@ public function testKickReleasesBuriedTask() : void
122122
}
123123
```
124124

125-
##### Sql
125+
#### Sql
126126

127127
```php
128128
/**
@@ -139,7 +139,7 @@ public function testExecuteQueryFetchesAllRows() : void
139139

140140
### Requirements
141141

142-
##### clientPacker
142+
#### clientPacker
143143

144144
*Format:*
145145

@@ -160,7 +160,7 @@ public function testPackerUnpacksBigIntegerAsDecimal() : void
160160
}
161161
```
162162

163-
##### luaCondition
163+
#### luaCondition
164164

165165
*Format:*
166166

@@ -181,7 +181,7 @@ public function testChangeUserPassword() : void
181181
}
182182
```
183183

184-
##### Tarantool
184+
#### Tarantool
185185

186186
*Format:*
187187

@@ -237,7 +237,7 @@ final class MyTest extends TestCase
237237
}
238238
```
239239

240-
Usage example:
240+
*Example:*
241241

242242
```php
243243
public function testGetSpaceIsCached() : void
@@ -263,7 +263,7 @@ which contains the following methods:
263263

264264
where `<TYPE>` is either `Allocated` or `Deallocated`.
265265

266-
Usage example:
266+
*Example:*
267267

268268
```php
269269
public function testCloseDeallocatesPreparedStatement() : void

0 commit comments

Comments
 (0)