Fix text and styles.

This commit is contained in:
Evgeny Gavrin
2015-06-26 17:59:06 +03:00
parent fcbed56d94
commit 41ce1eac12
4 changed files with 8 additions and 9 deletions
+3
View File
@@ -6,6 +6,9 @@ permalink: /dev-guide/
The JerryScript Engine can be embedded into any application, providing way to run JavaScript in large range of environments - from desktops to low-memory microcontrollers.
* toc
{:toc}
This guide is intended to introduce you to JerryScript embedding API through creation of simple JavaScript shell.
## Step 1. Execute JavaScript from your application