Skip to content

Commit 886cd75

Browse files
committed
fix keyword
1 parent f3bcf90 commit 886cd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation = "https://docs.rs/async-sse"
77
description = "Async Server Sent Event parser and encoder"
88
readme = "README.md"
99
edition = "2018"
10-
keywords = ["async", "server-sent events", "sse", "client", "server"]
10+
keywords = ["async", "server-sent-events", "sse", "client", "server"]
1111
categories = []
1212
authors = [
1313
"Renée Kooi <[email protected]>",

0 commit comments

Comments
 (0)