Skip to content

Commit 7a7b515

Browse files
committed
readme.md: fix [Closes #127]
1 parent c7bf44c commit 7a7b515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All connections are created as "lazy" by default. This means the connection is e
2727
Queries
2828
--------
2929

30-
The core functionality is provided by `Nette\Database\Context`. Database\Context allows you to easily query your database by calling `query` method:
30+
The core functionality is provided by `Nette\Database\Connection`. Connection allows you to easily query your database by calling `query` method:
3131

3232
```php
3333
$database = new Nette\Database\Context($connection);

0 commit comments

Comments
 (0)