Skip to content

Commit

Permalink
docs: polish README (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Nov 24, 2023
1 parent 2241eba commit f776f3f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-suits-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@base-org/build-onchain-apps': minor
---

- **feat**: renaming templates into apps (#80)
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- 1203109: - **feat**: reversed the memos order.
- **feat**: reversed the memos order (1203109).

## 0.4.0

Expand Down
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ This project and everyone participating in it are governed by our [Code of Condu
- Use clear and descriptive variable names.
- Comment your code where necessary.
- Follow the lint configurations.

---

Feel free to customize this template according to the specific needs and nuances of Base Web. A well-crafted `CONTRIBUTING.md` can help your project attract quality contributions and foster a collaborative community.
2 changes: 1 addition & 1 deletion apps/build-onchain-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Buy Me A Coffee App
# Build Onchain Apps site

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion apps/build-onchain-apps/src/components/ThemesHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Header, HeaderProps } from './Header';
export function ThemesHeader(props: HeaderProps) {
return (
<Header
gitHubLink="https://github.com/base-org/build-onchain-apps/tree/main/templates/buy-me-a-coffee-app"
gitHubLink="https://github.com/base-org/build-onchain-apps/tree/main/apps/build-onchain-apps"
{...props}
/>
);
Expand Down
4 changes: 2 additions & 2 deletions apps/build-onchain-apps/src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default function Home() {
</Head>

<TitleAndMetaTags
title="Buy Me A Coffee – Build Onchain Apps"
description="Templates for building onchain apps."
title="Build Onchain Apps"
description="Build Onchain Applications with the best consumer experience in a few minutes."
image="themes.png"
/>

Expand Down

0 comments on commit f776f3f

Please sign in to comment.