From 4683ba8fe3ce4d8ad0de82b60cbccd7e55aa0180 Mon Sep 17 00:00:00 2001 From: Kyle Martin Date: Mon, 26 Nov 2018 09:23:03 +1300 Subject: [PATCH] Updates to performance section --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1c2a68ef..10dd3b3f 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ Read in a different language: [![CN](/assets/flags/CN.png)**CN**](/README.chines 3. [Code Style Practices (12) ](#3-code-style-practices) 4. [Testing And Overall Quality Practices (9) ](#4-testing-and-overall-quality-practices) 5. [Going To Production Practices (18) ](#5-going-to-production-practices) -6. :star: New: [Security Practices (24)](#6-security-best-practices) -7. Performance Practices ([coming soon](https://github.com/i0natan/nodebestpractices/milestones?direction=asc&sort=due_date&state=open)) +6. [Security Practices (24)](#6-security-best-practices) +7. [Performance Practices (in progress)](#7-performance-best-practices)


@@ -951,13 +951,9 @@ All statements above will return false if used with `===`

⬆ Return to top

-# `Performance Practices` +# `7. Performance Best Practices` -## Our contributors are working on this section. Would you like to join? - -# `API Practices` - -## Our contributors are working on this section. Would you like to join? +## Our contributors are working on this section. [Would you like to join?](https://github.com/i0natan/nodebestpractices/issues/256)