From eb9e4d17dafd7cdff9742bee1c33ba5b3cd37dd8 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 25 Sep 2022 22:03:17 +0200 Subject: [PATCH] docs: update readme --- README.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b6faa7..4715e9c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ The Reactive Form component for [Astro](https://astro.build) 🔥 +*All contributions are welcome. Let's make the fastest web form component powered by Astro* + ## Installation ``` @@ -40,9 +42,9 @@ Currently this only supports very basic form creation, but the goal of the proje 1. setValue(value) - set the value of the control programmatically 1. statusChanges - observable that emits the control status when it changes 1. valueChanges - observable that emits the control value when it changes + 1. value - property that reflects the control value ... and so much more -**All contributions are welcome. Let's make the fastest web form component powered by Astro** - +*All contributions are welcome. Let's make the fastest web form component powered by Astro* diff --git a/package.json b/package.json index c5dd394..29d8979 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "astro-reactive-form", "version": "0.0.2", "repository": "https://github.com/ayoayco/astro-reactive-form", - "homepage": "https://github.com/ayoayco/astro-reactive-form", + "homepage": "https://ayco.io/showcase/astro-reactive-form", "type": "module", "exports": { ".": "./index.ts"