From 6b57c28eaa9625bb000962f76e98d49d90e6fd6f Mon Sep 17 00:00:00 2001 From: Robert Grassian Date: Thu, 15 Dec 2022 13:44:43 -0800 Subject: [PATCH] add maven intallation to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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