From 34e2df5e5aa5e36ca24ea535bc3968a4c85583da Mon Sep 17 00:00:00 2001 From: glennsl Date: Sun, 2 May 2021 19:35:36 +0200 Subject: [PATCH] tweak experimental-component README --- examples/experimental_component/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/experimental_component/README.md b/examples/experimental_component/README.md index dc0f1701..acff2a3e 100644 --- a/examples/experimental_component/README.md +++ b/examples/experimental_component/README.md @@ -1,11 +1,6 @@ ## Experimental component API example -Demonstrates a component API that has: - -- Labeled required properties, ensured to be present at compile-time -- Labeled optional properties -- Polymorphic for all properties -- A convenient consumer interface, through a stupidly simple macro that is very easy to understand +Demonstrates how to use the experimental component API. ---