#63 change default value for jdbcStore so RAMStore is used
diff --git a/README.md b/README.md
index bfb42b3..071d647 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@
 You can add the following properties to control persisteance or not persistence:
 * quartz.pluginEnabled - defaults to true, can disable plugin for test cases etc
 * quartz.jdbcStore - true to enable database store, false to use RamStore (default true)
-* quartz.autoStartup - delays jobs until after bootstrap startup phase (default true)
+* quartz.autoStartup - delays jobs until after bootstrap startup phase (default false)
 * quartz.jdbcStoreDataSource - jdbc data source alternate name
 * quartz.waitForJobsToCompleteOnShutdown - wait for jobs to complete on shutdown (default true)
 * quartz.exposeSchedulerInRepository - expose Schedule in repository