Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind authored Dec 24, 2023
1 parent 647a282 commit 71542d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ Javascript port of [Penman Python library](https://github.com/goodmami/penman) f

## About

This library is a direct port of the Python library, with identical method names and import structure. However, as Python and Javascript do have some differences, this port has the following changes:
This library is a manual port of the Penman Python library, with identical method names and import structure. However, as Python and Javascript do have some differences, this port has the following changes:

- all snake-case function names from the Python library are renamed using camel-case to fit Javascript naming conventions. For example, the function `get_pushed_variable` from Python is renamed to `getPushedVariable` in Javascript.
- Python tuples are replaced with Javascript arrays

0 comments on commit 71542d8

Please sign in to comment.