Skip to content

Commit 0643098

Browse files
authored
Fix link in README.md (#124)
1 parent ce16f01 commit 0643098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can use this client with [Unleash Enterprise](https://www.getunleash.io/pric
77
You can connect the SDK to Unleash in two ways:
88

99
- **Directly** to your Unleash instance using the [Frontend API](https://docs.getunleash.io/reference/front-end-api).
10-
- **Using Unleash Edge**, a lightweight service acting as a caching and evaluation layer between the SDK and your main Unleash instance. [Unleash Edge](https://docs.getunleash.io/reference/unleash-edgefetches flag configurations, caches them in-memory, and handles evaluation locally for faster responses and high availability.
10+
- **Using Unleash Edge**, a lightweight service acting as a caching and evaluation layer between the SDK and your main Unleash instance. [Unleash Edge](https://docs.getunleash.io/reference/unleash-edgefetches) flag configurations, caches them in-memory, and handles evaluation locally for faster responses and high availability.
1111

1212
In both setups, the SDK retrieves feature flag configurations for the provided [context](https://docs.getunleash.io/docs/user_guide/unleash_context). The SDK caches the received flag configurations in memory and refreshes them periodically (at a configurable interval). This makes local evaluations like `isEnabled()` extremely fast.
1313

@@ -432,4 +432,4 @@ In 2.0.0 the StorageProvider public interface [was changed](https://github.com/U
432432
func set(values: [String: Toggle])
433433
```
434434

435-
If you are running with your own StorageProvider implementation you'll need to make changes to your implementation.
435+
If you are running with your own StorageProvider implementation you'll need to make changes to your implementation.

0 commit comments

Comments
 (0)