From e0b21491202442cb9bd96bc87ef3718f10fee3b6 Mon Sep 17 00:00:00 2001 From: Robby6Strings Date: Tue, 20 Aug 2024 11:54:00 +1200 Subject: [PATCH] fix incorrect str template vars --- README.md | 6 +++--- SUPPORT.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37e4568..a9ddcf4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# PACKAGE-NAME +# MY-PACKAGE -Development monorepo template for **PACKAGE-NAME**. +Development monorepo template for **MY-PACKAGE**. Get started by running @@ -16,7 +16,7 @@ node setup --package packagename --github mygithubusername --email me@hotmail.co - Contains workflows used by GitHub Actions. - `packages` - Contains the individual packages managed in the monorepo. - - [PACKAGE-NAME](https://github.com/GITHUB-NAME/PACKAGE-NAME/blob/main/packages/lib) + - [MY-PACKAGE](https://github.com/MY-GITHUB/MY-PACKAGE/blob/main/packages/lib) - `sandbox` - Contains example applications and random tidbits. diff --git a/SUPPORT.md b/SUPPORT.md index 9dc5071..f65a61d 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -12,7 +12,7 @@ Please seek support in the following ways: 1. :bulb: **Search for answers and ask questions on [Stack Overflow](https://stackoverflow.com).** This is the most appropriate place for debugging issues specific to your use of the project, or figuring out how to use the project in a specific way. -1. :memo: As a **last resort**, you may open an issue on GitHub to ask for help. However, please clearly explain what you are trying to do, and list what you have already attempted to solve the problem. Provide code samples, but **do not** attach your entire project for someone else to debug. Review our [contributing guidelines](https://github.com/MY-GITHUB/PACKAGE-NAME/blob/main/CONTRIBUTING.md). +1. :memo: As a **last resort**, you may open an issue on GitHub to ask for help. However, please clearly explain what you are trying to do, and list what you have already attempted to solve the problem. Provide code samples, but **do not** attach your entire project for someone else to debug. Review our [contributing guidelines](https://github.com/MY-GITHUB/MY-PACKAGE/blob/main/CONTRIBUTING.md). ## What NOT to do