diff --git a/README.md b/README.md index 277b599..ac3e0e1 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Horarium guarantees that a job would run **exactly once** Every Horarium instance consults MongoDB about new jobs to run every 100ms (default), thus creating some load on the DB server. This interval can be changed in ```HorariumSettings``` -If you want to decrease load, you can use job throttling that will automatically increase interval if there are no jobs available after certain attempts. To enable this feature, pass `JobThrottleSettings` to `HorariumSettings` with property `UseJobThrottle` set to true. +If you want to decrease load, you can use job throttling that will automatically increase interval if there are no jobs available after certain attempts. To enable this feature, pass `JobThrottleSettings` to `HorariumSettings` with property `UseJobThrottle` set to `true`. ```csharp var settings = new HorariumSettings