From 6df45bbf4b976e9def23a344da353d68fb3be8cb Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Fri, 2 Apr 2021 15:59:01 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62564f7..c823372 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Online 3D Viewer -This repository contains the source code of the https://3dviewer.net website. The website can open several 3D file formats and visualize the model in your browser. +This repository contains the source code of the https://3dviewer.net website and the library behind it: +- The website can open several 3D file formats and visualize the model in your browser. +- The library allows you to visualize 3D models easily in your website. [![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)