From d16e4b2f1f346372b5da70e56f265bdc5b4c5570 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 28 Aug 2025 18:18:46 +0200 Subject: [PATCH] :art: Format README.md --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6b27094..821657f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ npm install svelte-github-calendar ```svelte @@ -24,24 +24,24 @@ npm install svelte-github-calendar ```svelte - ``` ## Props | Prop | Type | Default | Description | -|----------------|------------|--------------|------------------------------------------| +| -------------- | ---------- | ------------ | ---------------------------------------- | | `username` | `string` | **Required** | GitHub username to display calendar for | | `summary_text` | `string` | `undefined` | Custom summary text template. | | `proxy` | `function` | `undefined` | Custom proxy function for API requests | @@ -65,6 +65,7 @@ This library is licensed under the MIT License. See the [LICENSE](LICENSE) file ## Contributing Contributions are welcome! Feel free to: + - Report bugs - Suggest new features - Submit pull requests @@ -73,5 +74,6 @@ Contributions are welcome! Feel free to: ## Troubleshooting ### Calendar not loading + - Ensure the username is valid and public - Verify network connectivity