From 18b230d38c656605d81b3d3af77582a5720b81ce Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Mon, 19 Dec 2016 01:07:34 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e4eafc8..3b3cea70 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ instance using the default constructor and the properties file will be loaded. ### Popular DataSource Class Names -We recommended using ``dataSourceClassName`` instead of ``jdbcUrl``, but both are acceptable. We'll say that again, *both are acceptable*. +We recommended using ``dataSourceClassName`` instead of ``jdbcUrl``, but either is acceptable. We'll say that again, *either is acceptable*. ⚠ *Note: Spring Boot auto-configuration users, you need to use ``jdbcUrl``-based configuration.*