From 280a29c007ea8e5d8282b766f9d2f0f3960ebc65 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Wed, 14 Sep 2016 20:17:20 -0700 Subject: [PATCH] Better intro document --- server/models/Atlas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/models/Atlas.js b/server/models/Atlas.js index 6d13330d2..57a537409 100644 --- a/server/models/Atlas.js +++ b/server/models/Atlas.js @@ -39,7 +39,7 @@ const Atlas = sequelize.define('atlas', { lastModifiedById: collection.creatorId, createdById: collection.creatorId, title: 'Introduction', - text: '# Introduction', + text: '# Introduction\n\nLets get started...', }); await collection.buildStructure(); await collection.save();