Skip to content

Commit 5d0bb65

Browse files
Update README.md
1 parent 9184ee6 commit 5d0bb65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An [open feature](https://openfeature.dev/) provider to operate with MongoDB
77
# Pre-requisites
88

99
- MongoDB running (see for an example in `examples/docker-compose.yml`) )
10-
- import the dependency in your `pom.xml` and add the GitHub repository.
10+
- import the dependency in your `pom.xml`from [maven central](https://central.sonatype.com/artifact/io.github.jacopocarlini/fast-feature-flags-provider).
1111

1212
``` xml
1313
<dependency>
@@ -17,7 +17,8 @@ An [open feature](https://openfeature.dev/) provider to operate with MongoDB
1717
</dependency>
1818
```
1919

20-
If you want to use Github package registry, add the following to your `pom.xml`. You need a PAT token with read packages scope.
20+
### Alternative Articat Repository
21+
If you want to use Github package registry, add the following snippet to your `pom.xml`. You need a PAT token with read packages scope.
2122

2223
```xml
2324
<repositories>

0 commit comments

Comments
 (0)