From 2fea08fb10927eb4ed6a9b53ec25a292b86763a4 Mon Sep 17 00:00:00 2001 From: Hunter Johnston Date: Sat, 24 Feb 2024 00:07:58 -0500 Subject: [PATCH] readme --- README.md | 2 +- packages/paneforge/README.md | 2 +- 2 files changed, 2 insertions(+), 2 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.