Skip to content

Commit

Permalink
readme.md: fix [Closes #127]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 18, 2016
1 parent c7bf44c commit 7a7b515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ All connections are created as "lazy" by default. This means the connection is e
Queries
--------

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

```php
$database = new Nette\Database\Context($connection);
Expand Down

0 comments on commit 7a7b515

Please sign in to comment.