diff --git a/README.md b/README.md index 97a56da..96a4a09 100755 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ Lightweight binary database by pure PHP
```php encoding(encoding::utf8) + ->encoding(encoding::utf8) ->columns( - new column('name', type::string, ['length' => 32]), + new column('name', type::string, ['length' => 32]), new column('second_name', type::string, ['length' => 64]), new column('age', type::integer), new column('height', type::float)