From e73f8c480850e739fba92aadbd46b7d3b183f9e1 Mon Sep 17 00:00:00 2001 From: Dylan <99700808+dkilgore-eightfold@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:05:39 -0700 Subject: [PATCH] chore: documentation: updates readme and contributing markdown files (#677) --- README.md | 14 +++++++------- src/CONTRIBUTING.md | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1b701a1f9..cd013cf70 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
-[![npm version](https://badge.fury.io/js/@eightfold.ai%2Foctuple.svg)](https://badge.fury.io/js/@eightfold.ai%2Foctuple) ![node](https://img.shields.io/badge/node-16.14.2-brightgreen.svg) [![codecov](https://codecov.io/gh/ychhabra-eightfold/octuple/branch/main/graph/badge.svg?token=K2BV6M1JS5)](https://codecov.io/gh/ychhabra-eightfold/octuple) ![Build](https://github.com/EightfoldAI/octuple/actions/workflows/build.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![npm version](https://badge.fury.io/js/@eightfold.ai%2Foctuple.svg)](https://badge.fury.io/js/@eightfold.ai%2Foctuple) ![node](https://img.shields.io/badge/node-16.14.2-brightgreen.svg) [![codecov](https://codecov.io/gh/EightfoldAI/octuple/branch/main/graph/badge.svg?token=XSAVLS0SVP)](https://codecov.io/gh/EightfoldAI/octuple) ![Build](https://github.com/EightfoldAI/octuple/actions/workflows/build.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![bundlesize-js-image](https://img.badgesize.io/https:/unpkg.com/browse/@eightfold.ai/octuple/lib/octuple.js?label=octuple.js&compression=gzip) ![bundlesize-css-image](https://img.badgesize.io/https:/unpkg.com/browse/@eightfold.ai/octuple/lib/octuple.css?label=octuple.css&compression=gzip) @@ -18,11 +18,11 @@ Octuple creates a shared language and visual consistency across different pages and channels. It represents a collection of assets, utilities, and React components for building web applications. -- Design (and development) work can be created and replicated quickly and at scale. +- Design and development work may be created and replicated quickly at scale. - Alleviates strain on design resources to focus on larger, more complex problems. -- Creates a unified language within and between crossfunctional teams. -- Creates visual consistency across products, channels, and (potentially siloed) departments. -- Serves as an educational tool and reference for junior-level designers and content contributors. +- Creates a unified language within and between cross-functional teams. +- Creates visual consistency across products, channels, and potentially siloed departments. +- Serves as an educational tool and reference for designers and content contributors. Visit the Octuple [Storybook site](https://eightfoldai.github.io/octuple.github.io/). @@ -53,7 +53,7 @@ import { PrimaryButton } from '@eightfold.ai/octuple'; export const App = () => ( <> - +