From e220139b6ac48ad2adec103f7401d3485d4247a2 Mon Sep 17 00:00:00 2001 From: Nicklas Lundin Date: Mon, 3 Jun 2024 11:00:17 +0200 Subject: [PATCH] docs: designed for backend (#134) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 930c7e9e..2aaaf698 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Java Confidence SDK -Java library for [Confidence](https://confidence.spotify.com/). +Java library for [Confidence](https://confidence.spotify.com/). This library is designed to work in a java backend environment. For Android, please visit [Confidence-SDK-Android](https://github.com/spotify/confidence-sdk-android). ## Install @@ -60,4 +60,4 @@ used to resolve feature flag values from the Confidence platform. To learn more about the basic concepts (flags, targeting key, evaluation contexts), the [OpenFeature reference documentation](https://openfeature.dev/docs/reference/intro) can be -useful. \ No newline at end of file +useful.