Skip to content

Commit 1fb7895

Browse files
committed
renamed web_profiler
1 parent 02e48fa commit 1fb7895

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ return [
4242

4343
## Documentation
4444

45-
The bundle is a convenient way of registering services. We register `Connections`,
46-
`Clients` and `EntityManagers`. You will always have alias for the default services:
45+
The bundle is a convenient way of registering services. We register `Drivers` and one
46+
`Clients`. You will always have alias for the default services:
4747

4848
* neo4j.driver
4949
* neo4j.client
@@ -58,9 +58,8 @@ neo4j:
5858
```
5959
6060
With the minimal configuration we have services named:
61-
* neo4j.connection.default
62-
* neo4j.client.default
63-
* neo4j.entity_manager.default*
61+
* neo4j.driver.default
62+
* neo4j.client
6463
6564
### Full configuration example
6665
File renamed without changes.

0 commit comments

Comments
 (0)