From 1aca57ce50b7bdf9a298843a6427cab656a8dc53 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 30 Oct 2023 14:01:16 -0400 Subject: [PATCH] chore: Update README.md some of the headings were slightly off --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 51dd53c..080b838 100644 --- a/README.md +++ b/README.md @@ -87,22 +87,22 @@ The reference architecture covers the following components (currently a work in - [Npm Publishing](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/npm-publishing.md) - [Package Development](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/npm-package-development.md) - [Secure Development Process](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/secure-development-process.md) -- Backend Development - - [Typical Development Workflows](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/dev-flows.md) - - [Kubernetes-based Development Environment](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/kubernetes-dev-environment.md) - - [Building good containers](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/building-good-containers.md) - - [Accessibility](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/accessibility.md) - - [Serverless](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/serverless.md) -- Front-end Development - - Typical Development Workflows - - Build tools - - Back end communication - - Styles - - Accessibility - - Project layout - - Rendering - - Performance - - Security + - Backend Development + - [Typical Development Workflows](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/dev-flows.md) + - [Kubernetes-based Development Environment](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/kubernetes-dev-environment.md) + - [Building good containers](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/building-good-containers.md) + - [Accessibility](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/accessibility.md) + - [Serverless](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/development/serverless.md) + - Front-end Development + - Typical Development Workflows + - Build tools + - Back end communication + - Styles + - Accessibility + - Project layout + - Rendering + - Performance + - Security - Operations - Common - Back-end @@ -115,10 +115,10 @@ The reference architecture covers the following components (currently a work in - [Failure Handling](https://github.com/nodeshift/nodejs-reference-architecture/blob/main/docs/operations/failurehandling.md) - Front-end - Monitoring - - Logging - - Metrics Collection - - Health Checks - - Distributed Tracing + - Logging + - Metrics Collection + - Health Checks + - Distributed Tracing - Problem Determination - Failure Handling - Deployment