From fe4d5d46bcccb872b74c87a91624ff2b5b3c1bf5 Mon Sep 17 00:00:00 2001 From: Karl Dreher Date: Mon, 22 May 2023 19:31:50 -0700 Subject: [PATCH] fix: tenets spelling --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91782b2..fd4a692 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Visual Subnet Calculator is a modernized tool based on the original work by [dav It strives to be a tool for quickly designing networks and collaborating on that design with others. It focuses on expediting the work of network administrators, not academic subnetting math. -## Design Tenants +## Design Tenets -The following tenants are the most important values that drive the design of the tool. New features, pull requests, etc -should align to these tenants, or propose an adjustment to the tenants. +The following tenets are the most important values that drive the design of the tool. New features, pull requests, etc +should align to these tenets, or propose an adjustment to the tenets. - **Simplicity is king.** Network admins are busy and Visual Subnet Calculator should always be easy for FIRST TIME USERS to quickly and intuitively use. @@ -17,7 +17,7 @@ should align to these tenants, or propose an adjustment to the tenants. complex architectures. - **Users control the data.** We store nothing, but provide convenient ways for users to save and share their designs. - **Embrace community contributions.** Consider and respond to all feedback and pull requests in the context of these - tenants. + tenets. ## Building From Source