From 41c8c99c088be415ccbf05518463326fd25c7c7c Mon Sep 17 00:00:00 2001 From: Zheng Date: Wed, 8 Sep 2021 20:06:40 -0700 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed30ce3..2455718 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![StitchCounter](Assets/head.png)](https://github.com/aheze/StitchCounter/raw/main/Assets/StitchCounter.zip) +[![StitchCounter](Assets/head.png)](#) -**An app to count your crochet pattern's stitches!** Made with SwiftUI with no 3rd party dependencies. [Mac app](https://github.com/aheze/StitchCounter/raw/main/Assets/StitchCounter.zip) • [iOS app](https://github.com/aheze/StitchCounter/raw/main/Assets/StitchCounter.ipa) +**An app to count your crochet pattern's stitches!** Made with SwiftUI, no 3rd party dependencies. [Mac app](https://github.com/aheze/StitchCounter/raw/main/Assets/StitchCounter.zip) • [iOS ipa](https://github.com/aheze/StitchCounter/raw/main/Assets/StitchCounter.ipa) ### Purpose @@ -45,7 +45,24 @@ Settings -### Crochet abbreviation reference +### Crochet Abbreviation Reference +These come built-in in the app. If you want to edit, add, or remove any, just head over to the **Settings** screen. + + +Stitch name | Abbreviation | # of stitches +--- | --- | --- +Increase | `inc` | 2 +Single Crochet | `sc` | 1 +Single Crochet # Together | `sc#tog` | 1 +Decrease | `dec` | 1 +Slip Stitch | `sl st` | 1 +Half Double Crochet | `hdc` | 1 +Double Crochet | `dc` | 1 +Triple Crochet | `tr` | 1 +Foundation single crochet | `FSC` | 1 + + +
What's crochet?