Skip to content

Commit

Permalink
Update readme with release status of 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad committed Jul 14, 2021
1 parent e1e4074 commit ab3309f
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 @@ -80,7 +80,7 @@ val config = UnleashConfig.newBuilder()
val client = UnleashClient(config = config, unleashContext = context)
```

#### FilePolling (since v0.2 *UNRELEASED*)
#### FilePolling (since v0.2)
The name `FilePolling` can be a tad misleading, since this policy doesn't actually poll, it simply loads a file of toggles from disk on startup, and uses that to answer all client calls.
Useful when your app might have limited internet connectivity, you'd like to run tests with a known toggle state or you simply do not want background activity.

Expand All @@ -102,7 +102,7 @@ val client = UnleashClient(config = config, unleashContext = context)

```

### Metrics (since v0.2 *UNRELEASED*)
### Metrics (since v0.2)
If you'd like the client to post metrics to the proxy so the admin interface can be updated, add a call to `enableMetrics()`.

```kotlin
Expand Down

0 comments on commit ab3309f

Please sign in to comment.