Skip to content

Commit 42de5f7

Browse files
committed
corrected readme
1 parent db83614 commit 42de5f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
JSPython is a javascript implementation of Python language that runs within web browser or NodeJS environment. It does not transpile/compile your code into JavaScript, instead, it provides an interactive interpreter that reads Python code and carries out their instructions. With JSPython you should be able to safely use or interact any JavaScript libraries or API with a nice Python language.
33

44
```py
5-
import Math
6-
75
arr = [4, 9, 16]
86

97
def sqrt(a):
@@ -87,9 +85,6 @@ Run JS Python from your Javascript App or web page.
8785
```
8886
Also, you can provide entire JS Object or even a library.
8987

90-
### Examples
91-
92-
9388
### License
94-
A permissive (BSD 3-Clause License)[https://github.com/jspython-dev/jspython/blob/master/LICENSE] what allows you to use it in your open source as well as commercial products.
89+
A permissive [BSD 3-Clause License](https://github.com/jspython-dev/jspython/blob/master/LICENSE) (c) FalconSoft Ltd.
9590

0 commit comments

Comments
 (0)