From 068dce14d5152f4295f72820480f20d1ec938937 Mon Sep 17 00:00:00 2001 From: Mestery Date: Sat, 5 Jun 2021 17:45:53 +0200 Subject: [PATCH 1/2] [doc] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c16df2036..c086862bd 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ can use one of the many wrappers available on npm, like npm install ws ``` -### Opt-in for performance +### Opt-in for performance and spec compliance There are 2 optional modules that can be installed along side with the ws module. These modules are binary addons which improve certain operations. From 06635980a7c8f9b0f7826de489edf30054b8d27f Mon Sep 17 00:00:00 2001 From: Mestery Date: Sat, 5 Jun 2021 20:56:34 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c086862bd..1cb19d650 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ can use one of the many wrappers available on npm, like - [Protocol support](#protocol-support) - [Installing](#installing) - - [Opt-in for performance and spec compliance](#opt-in-for-performance-and-spec-compliance) + - [Opt-in for performance](#opt-in-for-performance) - [API docs](#api-docs) - [WebSocket compression](#websocket-compression) - [Usage examples](#usage-examples) @@ -56,7 +56,7 @@ can use one of the many wrappers available on npm, like npm install ws ``` -### Opt-in for performance and spec compliance +### Opt-in for performance There are 2 optional modules that can be installed along side with the ws module. These modules are binary addons which improve certain operations.