|
10 | 10 | [](https://sonarcloud.io/dashboard?id=netgrif_petriflow.js)
|
11 | 11 | [](https://snyk.io/test/github/netgrif/petriflow.js)
|
12 | 12 |
|
13 |
| -> Petriflow in Javascript world |
| 13 | +> Petriflow in JavaScript world |
14 | 14 |
|
15 |
| -Petriflow.js is a Javascript library of Petriflow objects, written in Typescript. The library is for those who want to integrate Petriflow |
| 15 | +Petriflow.js is a JavaScript library of Petriflow objects, written in TypeScript. The library is for those who want to integrate Petriflow |
16 | 16 | processes into their applications. The library is updated together with the Petriflow specification to ensure up-to-date compatibility.
|
17 |
| -The library also contains functions to parse Petriflow source code from XML files to Javascript objects and to export Javascript Objects to Petriflow source code. |
| 17 | +The library also contains functions to parse Petriflow source code from XML files to JavaScript objects and to export JavaScript Objects to Petriflow source code. |
18 | 18 |
|
19 | 19 | Full specification of Petriflow low-code language can be found at [Petriflow.com](https://petriflow.com)
|
20 | 20 |
|
@@ -46,11 +46,11 @@ For applications supporting ES6+ modules you can use `import` statement, i.e.:
|
46 | 46 | import {PetriNet, ImportService} from "@netgrif/petriflow";
|
47 | 47 | ```
|
48 | 48 |
|
49 |
| -The library is also published with type declaration and so your Typescript project will automatically recognize all types and enumerations. |
| 49 | +The library is also published with type declaration and so your TypeScript project will automatically recognize all types and enumerations. |
50 | 50 |
|
51 | 51 | ### Petriflow model
|
52 | 52 |
|
53 |
| -The library contains every object, constant, and structure to fully interpret Petriflow source code files in Javascript. |
| 53 | +The library contains every object, constant, and structure to fully interpret Petriflow source code files in JavaScript. |
54 | 54 | The root object is a [PetriNet](https://github.com/netgrif/petriflow.js/blob/master/src/lib/model/petri-net.ts) which contains all information from the Petriflow process. Every object in the library has
|
55 | 55 | `T.clone() => T` method to make a deep copy of the object.
|
56 | 56 |
|
|
0 commit comments