Update README.md

This commit is contained in:
Emil Stenström 2021-02-23 22:29:08 +01:00 committed by GitHub
parent 2e86328345
commit 4a4d976ce4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,7 +168,7 @@ class Calendar(component.Component):
component.registry.register(name="calendar", component=Calendar)
```
And voilC!! We've created our first component.
And voilá!! We've created our first component.
# Use the component in a template