Skip to content

Commit

Permalink
fix incorrect str template vars
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Aug 19, 2024
1 parent e7a5f3a commit e0b2149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PACKAGE-NAME
# MY-PACKAGE

Development monorepo template for **PACKAGE-NAME**.
Development monorepo template for **MY-PACKAGE**.

Get started by running

Expand All @@ -16,7 +16,7 @@ node setup --package packagename --github mygithubusername --email [email protected]
- 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.

Expand Down
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e0b2149

Please sign in to comment.