Skip to content

Commit

Permalink
chore: update metadata (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Feb 24, 2024
1 parent 1d6427d commit fd2d9cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Paneforge
# PaneForge

PaneForge provides components that make it easy to create resizable panes in your Svelte apps. It's designed to be simple to use, and to work well with other Svelte components and libraries. This project has taken a lot of inspiration and code from the work done by [Bryan Vaughn](https://github.com/bvaughn) and [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) and seeks to provide a similar experience for Svelte developers.

Expand Down
2 changes: 1 addition & 1 deletion packages/paneforge/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Paneforge
# PaneForge

PaneForge provides components that make it easy to create resizable panes in your Svelte apps. It's designed to be simple to use, and to work well with other Svelte components and libraries. This project has taken a lot of inspiration and code from the work done by [Bryan Vaughn](https://github.com/bvaughn) and [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) and seeks to provide a similar experience for Svelte developers.

Expand Down
2 changes: 1 addition & 1 deletion sites/docs/src/lib/config/site.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const siteConfig = {
name: "Pane Forge",
name: "PaneForge",
url: "https://paneforge.com",
description: "Resizable pane components for Svelte and SvelteKit.",
links: {
Expand Down

0 comments on commit fd2d9cd

Please sign in to comment.