Skip to content

Commit 77ecd7d

Browse files
docs: Install instructions in README (#65)
1 parent 470494e commit 77ecd7d

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,25 @@ To learn more about the basic concepts (flags, targeting key, evaluation context
1010
the [OpenFeature reference documentation](https://openfeature.dev/docs/reference/intro) can be
1111
useful.
1212

13-
# Using the provider
13+
## Install
14+
15+
### Maven
16+
17+
<!-- x-release-please-start-version -->
18+
```xml
19+
<dependency>
20+
<groupId>com.spotify.confidence</groupId>
21+
<artifactId>openfeature-provider</artifactId>
22+
<version>0.0.3</version>
23+
</dependency>
24+
```
25+
<!---x-release-please-end-->
26+
27+
## Usage
1428

1529
The provider is instantiated using a client token that is configured in the Confidence UI or via the
1630
management API. After that all interaction with the feature flags happens using the OpenFeature client APIs.
1731

18-
## Example
19-
2032
```java
2133
package com.spotify.confidence.openfeature;
2234

0 commit comments

Comments
 (0)