mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-17 13:00:10 -04:00
Fixed typo in getting-started.md (#466)
* Fixed little typo * Fixed extra typo
This commit is contained in:
committed by
GitHub
parent
bf3995d45c
commit
4ab9ab51f6
@@ -236,7 +236,7 @@ The following optional values are supported by `<py-config>`:
|
||||
* runtimes (List of Runtimes): List of runtime configurations. Each Runtime expects the following fields:
|
||||
* src (string, Required): URL to the runtime source.
|
||||
* name (string): Name of the runtime. This field can be any string and is to be used by the application author for their own customization purposes.
|
||||
* name (string): Programming language supported by the runtime. This field can be used by the application author to provide clarify. It currently has no implications on how PyScript behaves.
|
||||
* lang (string): Programming language supported by the runtime. This field can be used by the application author to provide clarification. It currently has no implications on how PyScript behaves.
|
||||
|
||||
## Visual component tags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user