Skip to content

Commit ca0148f

Browse files
committed
use consistent library description phrase
The (Unofficial) looks kinda weird and is pretty well redundant because this isn't under the elixir-mint organization. Plus what does it mean to be official anyways πŸ™ƒ. It may be a bit deceiving on hex.pm that this isn't from the same authors as Mint, but there's an ownership section in Hex so I'm not too concerned.
1 parent ca41e2f commit ca0148f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![hex.pm license](https://img.shields.io/hexpm/l/mint_web_socket.svg)](https://github.com/NFIBrokerage/mint_web_socket/blob/main/LICENSE)
77
[![Last Updated](https://img.shields.io/github/last-commit/NFIBrokerage/mint_web_socket.svg)](https://github.com/NFIBrokerage/mint_web_socket/commits/main)
88

9-
(Unofficial) HTTP/1 and HTTP/2 WebSocket support for Mint 🌱
9+
HTTP/1 and HTTP/2 WebSocket support for Mint 🌱
1010

1111
## Usage
1212

β€Žlib/mint/web_socket.exβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule Mint.WebSocket do
22
@moduledoc """
3-
(Unofficial) WebSocket support for the Mint functional HTTP client
3+
HTTP/1 and HTTP/2 WebSocket support for the Mint functional HTTP client
44
55
Like Mint, `Mint.WebSocket` provides a functional, process-less interface
66
for operating a WebSocket connection. Prospective Mint.WebSocket users

β€Žmix.exsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ defmodule MintWebSocket.MixProject do
7474
end
7575

7676
defp description do
77-
"(Unofficial) WebSocket support for Mint"
77+
"HTTP/1 and HTTP/2 WebSocket support for Mint"
7878
end
7979

8080
defp docs do

0 commit comments

Comments
Β (0)