1
0
Fork 0

added derived file

This commit is contained in:
Jan Steemann 2015-11-02 15:46:42 +01:00 committed by Frank Celler
parent 376846c51d
commit 3eb6794d8f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ var lessons = [
},
{
title: "Creating Documents",
text: "Now we have a collection, but it is still empty. So let's create some documents!\n\n" +
text: "Now we have a collection, but it is empty. So let's create some documents!\n\n" +
" db.places.save({ _key : \"foo\", city : \"foo-city\" });\n" +
" for (i = 0; i <= 10; i++) { db.places.save({ _key: \"example\" + i, zipcode: i }) };"
},