Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update several feature names to sentence case #195

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,14 +281,14 @@ func main() {
```


## Event Streaming
## Event streams

The driver supports [Event Streaming](https://docs.fauna.com/fauna/current/reference/cdc/).
The driver supports [event streams](https://docs.fauna.com/fauna/current/reference/cdc/#event-streaming).


### Start a stream

An Event Stream lets you consume events from an [event
An event stream lets you consume events from an [event
source](https://docs.fauna.com/fauna/current/learn/cdc/#create-an-event-source)
as a real-time subscription.

Expand Down Expand Up @@ -441,9 +441,9 @@ For supported functions, see
[StreamOptFn](https://pkg.go.dev/github.com/fauna/fauna-go/v3#StreamOptFn) in
the API reference.

## Event Feeds
## Event feeds

The driver supports [Event Feeds](https://docs.fauna.com/fauna/current/learn/cdc/#event-feeds). See [example](event_feed_example_test.go).
The driver supports [event feeds](https://docs.fauna.com/fauna/current/learn/cdc/#event-feeds). See [example](event_feed_example_test.go).

## Debug logging

Expand Down