Skip to content

Commit

Permalink
Fix typo in code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrio authored Jan 15, 2020
1 parent 584b959 commit ad43948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ configBuilder.AddDockerSecrets(
setenv MY_SECRETS_PREFIXES "ConfigSection1__,Foo__Bar__Baz"
```
```cs
configBuilder.AddDockerSecrets(MY_SECRETS_PREFIXES);
configBuilder.AddDockerSecrets("MY_SECRETS_PREFIXES");
```


Expand Down Expand Up @@ -136,4 +136,4 @@ public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>

Nikola Josipovic

This project is licensed under the MIT License. See [License.md](License.md) for more information.
This project is licensed under the MIT License. See [License.md](License.md) for more information.

0 comments on commit ad43948

Please sign in to comment.