Skip to content

Commit fd2d9cd

Browse files
authored
chore: update metadata (#6)
1 parent 1d6427d commit fd2d9cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Paneforge
1+
# PaneForge
22

33
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.
44

packages/paneforge/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Paneforge
1+
# PaneForge
22

33
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.
44

sites/docs/src/lib/config/site.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const siteConfig = {
2-
name: "Pane Forge",
2+
name: "PaneForge",
33
url: "https://paneforge.com",
44
description: "Resizable pane components for Svelte and SvelteKit.",
55
links: {

0 commit comments

Comments
 (0)