Skip to content

Commit

Permalink
Merge pull request #668 from younver/2.x
Browse files Browse the repository at this point in the history
Fix a typo in README
  • Loading branch information
rgallardo-netflix authored Aug 30, 2023
2 parents 6b4b915 + e1fb512 commit cbe48a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ directly for fine grained configuration sources, such as ZooKeeper, which suppor
at the individual property granularity.

```java
config.addConfig(new PollingDynamicConfg(
config.addConfig(new PollingDynamicConfig(
"REMOTE",
new URLConfigReader("http://remoteconfigservice/snapshot"),
new FixedPollingStrategy(30, TimeUnit.SECONDS))
Expand Down

0 comments on commit cbe48a7

Please sign in to comment.