Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6e85ac

Browse files
raulcdpww217
andauthored
[MINOR] Add full path to examples on README (pyscript#148)
* Add full path to examples on README * Update relative path to show examples and readme * Remove /, add link to pyscriptjs/examples Co-authored-by: Peter W <[email protected]>
1 parent ecb4b08 commit e6e85ac

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 or other "easy to use" p
77

88
To get started see [GETTING-STARTED](GETTING-STARTED.md).
99

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

1212
### Longer Version
1313
PyScript is a meta project that aims to combine multiple open technologies to create a framework for users to use Python (and other languages) to create sophisticated applications in the browser. It highly integrates with the way the DOM works in the browser and allows users to add logic, in Python, in a way that feels natural to web as well as Python developers.
@@ -24,7 +24,7 @@ At that point, you can then use PyScript components in your html page. PyScript
2424
* `<py-script>`: that can be used to define python code that is executable within the web page. The element itself is not rendered to the page and 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 code that can be executed
2626

27-
Check out the `/examples` folder for more examples on how to use it, all you need to do is open them in Chrome.
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.
2828

2929
## How to Contribute
3030

0 commit comments

Comments
 (0)