1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Heiko Kernbach 2013-10-18 19:11:32 +02:00
commit 84a9ca067b
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ please continue.
So let's get started, shall we? So let's get started, shall we?
Overview Overview
-------- ========
The typical request to a Foxx application will work as follows (only conceptually, The typical request to a Foxx application will work as follows (only conceptually,
a lot of the steps are cached in reality): a lot of the steps are cached in reality):
@ -44,8 +44,8 @@ methods.
Now let's get into the details. Now let's get into the details.
Creating the application files Your first Foxx app in 5 minutes - a step-by-step tutorial
------------------------------ ==========================================================
An application built with Foxx is written in JavaScript and deployed to An application built with Foxx is written in JavaScript and deployed to
ArangoDB directly. ArangoDB serves this application, you do not need a ArangoDB directly. ArangoDB serves this application, you do not need a