From fd2d9cdd43208191b6e88e92ee829b5423781298 Mon Sep 17 00:00:00 2001 From: Hunter Johnston <64506580+huntabyte@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:16:43 -0500 Subject: [PATCH] chore: update metadata (#6) --- README.md | 2 +- packages/paneforge/README.md | 2 +- sites/docs/src/lib/config/site.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7942fdf..beff84a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/packages/paneforge/README.md b/packages/paneforge/README.md index da668aa..1dd6336 100644 --- a/packages/paneforge/README.md +++ b/packages/paneforge/README.md @@ -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. diff --git a/sites/docs/src/lib/config/site.ts b/sites/docs/src/lib/config/site.ts index 32ea803..d0c99f9 100644 --- a/sites/docs/src/lib/config/site.ts +++ b/sites/docs/src/lib/config/site.ts @@ -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: {