Skip to content

Commit a6b88cb

Browse files
authored
Update README.mdown
1 parent d0a01df commit a6b88cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.mdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class Startup
4545
{
4646
public void ConfigureServices(IServiceCollection services)
4747
{
48-
services.AddEnyimMemcached(options => Configuration.GetSection("enyimMemcached").Bind(options));
48+
services.AddEnyimMemcached(options => Configuration.GetSection("enyimMemcached"));
4949
}
5050

5151
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)

0 commit comments

Comments
 (0)