Skip to content

Commit 76208ab

Browse files
Erwan CarriouErwan Carriou
authored andcommitted
- update readme
1 parent 45759c1 commit 76208ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
## What is SyrupJS ?
1010

11-
#### a JSON Virtual Machine (JVM)
11+
#### the runtime of System Designer
1212

1313
[SyrupJS](https://syrupjs.github.io) (System Runtime Platform) is a JavaScript library to run and manage **JavaScript Application Systems** created with [System Designer](http://designfirst.io).
1414

15-
[JSON](http://json.org) is traditionnaly used to represent data. We use this format to store your model, components and the behaviors of your app.
15+
SyrupJS is part of the [System SDK project](https://github.com/system-sdk).
16+
System SDK is a SDK for building JavaScript Application Systems.
1617

17-
SyrupJS will load your JSON and run your app as a JVM (JSON Virtual Machine).
18+
#### a JSON Virtual Machine (JVM)
1819

19-
#### part of System SDK
20+
[JSON](http://json.org) is traditionnaly used to represent data. We use this format to store your model, components and the behaviors of your app.
2021

21-
SyrupJS is part of the [System SDK project](https://github.com/system-sdk).
22-
System SDK is a SDK for building JavaScript Application Systems.
22+
SyrupJS will load your JSON and run your app as a JVM (JSON Virtual Machine).
2323

2424
## What contains SyrupJS ?
2525

0 commit comments

Comments
 (0)