diff --git a/README.md b/README.md index 66bb08d..28f3643 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ services.AddWatchDogServices(opt => { opt.IsAutoClear = false; opt.SetExternalDbConnString = "Server=localhost;Database=testDb;User Id=postgres;Password=root;"; - opt.DbDriverOption = WatchDogSqlDriverEnum.PostgreSql; + opt.DbDriverOption = WatchDogDbDriverEnum.PostgreSql; }); ```