Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Commit c0ec8e0

Browse files
authored
Update README.md
1 parent e26b1e5 commit c0ec8e0

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
@@ -1,15 +1,15 @@
11
<h1> Template of Android application (Java) running along a PyScript core </h1>
22

33
<p> Tiny library/example of how to make pyscript work with native java apps <br>
4-
For those wandering this implementation is completely hard coded, expect things to break, and for code readers expect to read crappy code :D <br>
4+
For those wandering this implementation is completely hard coded, expect things to break, and for expert code readers expect to read crappy code :D <br>
55
Im not affiliated with the PyScript project <br>
66
PyScript repository here : https://github.com/pyscript/pyscript </p>
77

88
<h2>FAQ</h2>
99
<p> How to run PyScript library offline?<br></p>
1010
<ol><li> Download the entire file from pyscript website https://pyscript.net/unstable/pyscript.js</li>
1111
<li>Place it in src\main\assets </li>
12-
<li><p>dify the src\main\assets\pyscript.html to use the new import<br>
12+
<li><p> modify the src\main\assets\pyscript.html to use the new import<br>
1313
from <script defer src="https://pyscript.net/unstable/pyscript.js"></script> <br>
1414
to <script defer src="./pyscript.js"></script>
1515

0 commit comments

Comments
 (0)