This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new bea82e4cb Revert back to ServerRuntime as we use 4.2 in this example
bea82e4cb is described below
commit bea82e4cb1067a52055369675794469d0776bd4f
Author: stariy95 <[email protected]>
AuthorDate: Thu Nov 23 15:20:31 2023 +0400
Revert back to ServerRuntime as we use 4.2 in this example
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0c9b44093..0ee057e12 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ compile cayenne.dependency('server')
#### Create Cayenne Runtime
```java
-CayenneRuntime cayenneRuntime = CayenneRuntime.builder()
+ServerRuntime cayenneRuntime = ServerRuntime.builder()
.addConfig("cayenne-demo.xml")
.dataSource(DataSourceBuilder
.url("jdbc:mysql://localhost:3306/cayenne_demo")