Fix style

This commit is contained in:
Evgeny Gavrin
2015-06-26 20:06:05 +03:00
parent 772d72c073
commit 209b565e55
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -4,6 +4,9 @@ title: Development
permalink: /dev-guide/
---
* toc
{:toc}
JerryScript Engine can be embedded into any application, providing the way to run JavaScript in a large range of environments - from desktops to low-memory microcontrollers.
This guide is intended to introduce you to JerryScript embedding API through creation of simple JavaScript shell.