Added period for Note (#1335)

This commit is contained in:
Dirk Puge 2020-06-21 05:02:03 -04:00 committed by GitHub
parent 8aeee8dd94
commit a49291a5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
* Achieves high performance by minimizing DOM API calls for each page render and by making it easy to offload processing to background web workers.
* Supports JavaScript interoperability, allowing developers to leverage NPM packages and integrate with existing JavaScript applications.
*Note: Yew is not (yet) production ready but is great for side projects and internal tools*
*Note: Yew is not (yet) production ready but is great for side projects and internal tools.*
## Contributing