diff --git a/quick-start.rst b/quick-start.rst index 721039d..84abd93 100644 --- a/quick-start.rst +++ b/quick-start.rst @@ -30,6 +30,8 @@ After installing the package, add or update the OWIN Startup class with the foll app.UseHangfireServer(); } +The ``UseSqlServerStorage()`` extention method comes from the `SQL Server `_ nuget package. + .. admonition:: Authorization configuration required :class: warning