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. ---