Skip to content

Commit 75b83d0

Browse files
authored
document updates (#3)
1 parent 3c68cf2 commit 75b83d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var builder = WebApplication.CreateBuilder(args);
1919

2020
builder.Configuration
2121
.SetBasePath(builder.Environment.ContentRootPath)
22-
.AddRestApiConfigProvider("https://my-configuration-endpoint/config/application", false, TimeSpan.FromMinutes(10), options =>
22+
.AddRestApi("https://my-configuration-endpoint/config/application", false, TimeSpan.FromMinutes(10), options =>
2323
{
2424
options
2525
.SetHeaderAcceptJson()

0 commit comments

Comments
 (0)