We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19a671 commit 5a8a0baCopy full SHA for 5a8a0ba
README.md
@@ -69,7 +69,7 @@ Run JS Python from your Javascript App or web page.
69
### Basic
70
```js
71
jsPython()
72
- .evaluate('print("Hello Worls!")')
+ .evaluate('print("Hello World!")')
73
.then(
74
r => console.log("Result => ", r),
75
e => console.log("Error => ", error)
@@ -98,3 +98,5 @@ Also, you can provide entire JS Object or even a library.
98
## License
99
A permissive [BSD 3-Clause License](https://github.com/jspython-dev/jspython/blob/master/LICENSE) (c) FalconSoft Ltd.
100
101
+
102
+lf
0 commit comments