From ccf24d4c590488df8564df9fa6008ee484656052 Mon Sep 17 00:00:00 2001 From: typhonrt Date: Mon, 28 Oct 2024 22:05:30 -0700 Subject: [PATCH] Update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5715f9cd..784a4178 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ The TyphonJS Runtime Library (TRL) is an integrated library and framework for creating modern Svelte powered packages -for the [Foundry VTT](https://foundryvtt.com/) platform; a TTRPG (table top role playing game) virtual table top. +for the [Foundry VTT](https://foundryvtt.com/) platform; a TTRPG (table top role playing game) virtual tabletop. -There are many useful libraries and original code that is bundled together to provide a cohesive modern runtime library -for advanced package development. Some of the highlights are an optimized desktop like GUI framework, but there is much -more to explore as well. +There are many useful libraries and original code brought together that extend the power of Svelte to provide a +cohesive modern runtime library for advanced package development. Some of the highlights are an optimized and reactive +desktop like GUI framework, but there is much more to explore as well. In the near future TRL will be available for open web app development on top of SvelteKit and Svelte in general. I will be adding many examples to the TRL API docs in the coming months along with a forthcoming developer guide / -tutorial. At this present stage the API docs cover the entire ESM code and packages available. Documentation for the -Svelte components contained in TRL is forthcoming. +tutorial. At this present stage the API docs cover the entire ESM code and packages available including all Svelte +components. The API docs are available here: https://typhonjs-fvtt-lib.github.io/api-docs -A demo package (requires Foundry VTT) is available here: +A demo repo / package (requires Foundry VTT) is available here: https://github.com/typhonjs-fvtt-demo \ No newline at end of file