Skip to content

Commit 6cd2081

Browse files
beeme1mrtoddbaert
andauthored
chore: update copy and links on the readme (#488)
Signed-off-by: Michael Beemer <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent 6cd588b commit 6cd2081

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ We publish SBOMs with all of our releases as of 0.3.0. You can find them in Mave
8080

8181
- support for various backend [providers](https://openfeature.dev/docs/reference/concepts/provider)
8282
- easy integration and extension via [hooks](https://openfeature.dev/docs/reference/concepts/hooks)
83-
- bool, string, numeric and object flag types
83+
- bool, string, numeric, and object flag types
8484
- [context-aware](https://openfeature.dev/docs/reference/concepts/evaluation-context) evaluation
8585

8686
## 🚀 Usage:
@@ -165,11 +165,11 @@ public class MyProvider implements FeatureProvider {
165165
}
166166
```
167167

168-
See [here](https://openfeature.dev/docs/reference/technologies/server/java) for a catalog of available providers.
168+
See [here](https://openfeature.dev/ecosystem?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Provider&instant_search%5BrefinementList%5D%5Btechnology%5D%5B0%5D=Java) for a catalog of available providers.
169169

170170
### Hooks:
171171

172-
Hooks are a mechanism that allow for the addition of arbitrary behavior at well-defined points of the flag evaluation life-cycle. Use cases include validation of the resolved flag value, modifying or adding data to the evaluation context, logging, telemetry, and tracking.
172+
A hook is a mechanism that allows for adding arbitrary behavior at well-defined points of the flag evaluation life-cycle. Use cases include validating the resolved flag value, modifying or adding data to the evaluation context, logging, telemetry, and tracking.
173173

174174
```java
175175
public class MyHook implements Hook {
@@ -186,7 +186,7 @@ public class MyHook implements Hook {
186186
}
187187
```
188188

189-
See [here](https://openfeature.dev/docs/reference/technologies/server/java) for a catalog of available hooks.
189+
See [here](https://openfeature.dev/ecosystem?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Hook&instant_search%5BrefinementList%5D%5Btechnology%5D%5B0%5D=Java) for a catalog of available hooks.
190190

191191
### Logging:
192192

@@ -199,11 +199,11 @@ See [here](https://www.javadoc.io/doc/dev.openfeature/sdk/latest/index.html) for
199199
## ⭐️ Support the project
200200

201201
- Give this repo a ⭐️!
202-
- Follow us social media:
202+
- Follow us on social media:
203203
- Twitter: [@openfeature](https://twitter.com/openfeature)
204204
- LinkedIn: [OpenFeature](https://www.linkedin.com/company/openfeature/)
205205
- Join us on [Slack](https://cloud-native.slack.com/archives/C0344AANLA1)
206-
- For more check out our [community page](https://openfeature.dev/community/)
206+
- For more, check out our [community page](https://openfeature.dev/community/)
207207

208208
## 🤝 Contributing
209209

0 commit comments

Comments
 (0)