Update development guide

This commit is contained in:
Ruben Ayrapetyan
2015-06-14 23:22:49 +03:00
parent e0c5e10e49
commit 99b53fdcbb
+6 -1
View File
@@ -228,7 +228,7 @@ print_value (const jerry_api_value_t * value_p)
## Simple JavaScript shell
Now we have build blocks to construct JavaScript shell.
Now all build blocks, necessary to construct JavaScript shell, are ready.
Shell operation can be described with following loop:
@@ -296,4 +296,9 @@ main (int argc, char * argv[]) {
}
```
The application inputs commands and evaluates them, one after another.
## Further steps
For further API description, please look at [Embedding API](/API).