8000 README links · sarvjeetdev/pyscript@894a371 · GitHub
[go: up one dir, main page]

Skip to content

Commit 894a371

Browse files
committed
README links
1 parent 3953b90 commit 894a371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PyScript is a Pythonic alternative to Scratch, JSFiddle, and other "easy to use"
77

88
To get started see the [getting started tutorial](docs/tutorials/getting-started.md).
99

10-
For examples see [the pyscript folder](pyscriptjs).
10+
For examples see [here](examples).
1111

1212
### Longer Version
1313
PyScript is a meta project that aims to combine multiple open technologies into a framework that allows users to create sophisticated browser applications with Python. It integrates seamlessly with the way the DOM works in the browser and allows users to add Python logic in a way that feels natural both to web and Python developers.
@@ -24,7 +24,7 @@ You can then use PyScript components in your html page. PyScript currently imple
2424
* `<py-script>`: can be used to define python code that is executable within the web page. The element itself is not rendered to the page and is only used to add logic
2525
* `<py-repl>`: creates a REPL component that is rendered to the page as a code editor and allows users to write executable code
2626

27-
Check out the [pyscriptjs/examples](pyscriptjs/examples) folder for more examples on how to use it, all you need to do is open them in Chrome.
27+
Check out the [examples](examples) folder for more examples on how to use it, all you need to do is open them in Chrome.
2828

2929
## How to Contribute
3030

0 commit comments

Comments
 (0)
0