Skip to content

Commit e69ee56

Browse files
committed
Update README.md
1 parent 796e5be commit e69ee56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ WebBrowser::hasId(9); // false
133133

134134
#### Alternative usage
135135

136-
You can also directly use the StaticEntityBuilder to achieve same result
136+
You can also use the StaticEntityBuilder class
137137

138-
```
138+
```php
139139
$builder = new StaticEntityBuilder('WebBrowser');
140140

141141
$builder->get(WebBrowser::FIREFOX);

0 commit comments

Comments
 (0)