diff --git a/rfcs/NNNN-cdevents-provider/README.md b/rfcs/NNNN-cdevents-provider/README.md index 28b60920..5f56e929 100644 --- a/rfcs/NNNN-cdevents-provider/README.md +++ b/rfcs/NNNN-cdevents-provider/README.md @@ -19,7 +19,7 @@ Must be one of `provisional`, `implementable`, `implemented`, `deferred`, `rejec This RFC proposes to add a `Provider` type to the Flux notification-controller API for sending [CDEvents](https://github.com/cdevents). -When `Provider` objects configured to send CDEvents are alerted by a Flux event, they will utilise a user defined mapping of Flux and CDEvents events to send an appropriate CDEvent payload to a defined URL. +When `Provider` objects configured to send CDEvents are alerted by a Flux event, they will utilise an already defined mapping of Flux and CDEvents events to send an appropriate CDEvent payload to a defined URL. @@ -34,7 +34,7 @@ this RFC. Describe why the change is important and the benefits to users. ### Goals -Integrate [CDEvents](https://github.com/cdevents) into Flux with a CDEvents Provider that supports user mapping of flux to CDEvent events. +Integrate [CDEvents](https://github.com/cdevents) into Flux with a CDEvents Provider that supports sending CDEvent events.