diff --git a/README.md b/README.md index 49a5900..19beb5e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ This Provider is designed to allow the use of OpenFeature with Split, the platfo This SDK is compatible with Java 11 and higher. ## Getting started +### Add it to your maven build +```java + + io.split.openfeature + split-openfeature-provider + 1.1.0 + +``` +### Configure it Below is a simple example that describes the instantiation of the Split Provider. Please see the [OpenFeature Documentation](https://docs.openfeature.dev/docs/reference/concepts/evaluation-api) for details on how to use the OpenFeature SDK. ```java