Explorar o código

Merge pull request #1 from Firfi/fix/cleanup-removed-example

Clean up a removed example from examples/README.md
Igor Loskutov %!s(int64=2) %!d(string=hai) anos
pai
achega
9ee6e8152b
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      examples/README.md

+ 1 - 3
examples/README.md

@@ -18,8 +18,6 @@ cargo run --example hello_world
 
 [custom_assets](./custom_assets.rs) - Include images
 
-[custom_element](./custom_element.rs) - Render webcomponents
-
 [custom_html](./custom_html.rs) - Customize wrapper HTML
 
 [eval](./eval.rs) - Evaluate JS expressions
@@ -175,4 +173,4 @@ Missing examples
 - Custom elements
 - Component Children: Pass children into child components
 - Render To string: Render a mounted virtualdom to a string
-- Testing and Debugging
+- Testing and Debugging