Skip to content

Commit 5a8a0ba

Browse files
committed
Corrected typo in README.md
1 parent b19a671 commit 5a8a0ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Run JS Python from your Javascript App or web page.
6969
### Basic
7070
```js
7171
jsPython()
72-
.evaluate('print("Hello Worls!")')
72+
.evaluate('print("Hello World!")')
7373
.then(
7474
r => console.log("Result => ", r),
7575
e => console.log("Error => ", error)
@@ -98,3 +98,5 @@ Also, you can provide entire JS Object or even a library.
9898
## License
9999
A permissive [BSD 3-Clause License](https://github.com/jspython-dev/jspython/blob/master/LICENSE) (c) FalconSoft Ltd.
100100

101+
102+
lf

0 commit comments

Comments
 (0)