From a8e1701a3a75fdfb408c9892ddb79696444131fb Mon Sep 17 00:00:00 2001 From: Eun Kyung Kim Date: Fri, 13 Oct 2017 17:52:55 +0800 Subject: [PATCH] added thumbnail identifier. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9b9b56..733345f 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ This web application implements a basic Node.js server and JavaScript/HTML5 client. It does not demonstrate how to upload a model to the Autodesk server for translation. See instructions below on how to prepare a model to be consumed in this sample. This sample show a simple integration of the [Viewer](https://developer.autodesk.com/en/docs/viewer/v2/overview/). The front-end will look like: - -![](www/images/indexpage.png) + +### Thumbnail +![thumbnail](www/images/indexpage.png) ## Dependencies Install Node.js on your machine and clone this repo. Download the project dependencies using npm before launching the app by running