From f05164cc1d628f96768227d96b0f476629031e42 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sat, 3 Apr 2021 08:40:09 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e09e2f..0b0b005 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ This repository contains the source code of the https://3dviewer.net website and the library behind it. Online 3D Viewer is a free and open source web solution to visualize and explore 3D models right in your browser. -There are two different purpose of this repository: -- **Online 3D Viewer Website:** Full source code of the web solution. It uses the Online 3D Viewer Engine under the hood. -- **Online 3D Viewer Engine:** Library to visualize models easily on your own website. See more in the developer documentation. +### Online 3D Viewer Website + +Full source code of the web solution all of the pages and functions. It uses Online 3D Viewer Engine under the hood. + +### Online 3D Viewer Engine + +Library to visualize models easily on your own website. See more in the developer documentation. [![Build status](https://ci.appveyor.com/api/projects/status/exypq43a8kjby5n0?svg=true)](https://ci.appveyor.com/project/kovacsv/online3dviewer) [![Build Status](https://travis-ci.com/kovacsv/Online3DViewer.svg?branch=master)](https://travis-ci.com/kovacsv/Online3DViewer)