Skip to content

Commit e5c594e

Browse files
committed
- update readme
1 parent 7892536 commit e5c594e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+372
-372
lines changed

README.md

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

99
## What is Runtime ?
1010

11-
#### a JSON Runtime Environment
11+
#### a System Runtime Environment
1212

13-
[JSON](http://json.org) is traditionnaly used to represent data. We use this format to store the model, components and methods of your application. Runtime can run JSON that contains your application as a JRE (JSON Runtime Environment).
13+
[JSON](http://json.org) is traditionnaly used to represent data. We use this format to store the model, components and methods of your application. Runtime can run JSON that contains your application as a SRE (Sytem Runtime Environment).
1414

1515
Runtime has APIs to serialize your JavaScript code into JSON. This JSON can be then imported and executed in a client or server application.
1616

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "system-runtime",
3-
"version": "1.3.0",
4-
"description": "Runtime, the JSON Runtime Environment",
3+
"version": "1.3.1",
4+
"description": "Runtime, the System Runtime Environment",
55
"license": "MIT",
66
"homepage": "https://system-runtime.github.io",
77
"author": {

0 commit comments

Comments
 (0)