Skip to content

Commit 8d06596

Browse files
authored
Merge pull request #36 from BioNGFF/docs/update-readme
update README.md and app title
2 parents 32080ca + e224978 commit 8d06596

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# BioNGFF Viewer
1+
# 🚧 BioNGFF Viewer 🚧
22

3-
Monorepo while testing around
3+
Web viewer for bioimaging data.
4+
Built to support [NGFF specifications](https://ngff.openmicroscopy.org/latest/).
5+
Leverages [Vizarr](https://github.com/hms-dbmi/vizarr).
46

57
## Demo
68

sites/app/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React</title>
6+
<title>BioNGFF - Viewer</title>
87
</head>
98
<body>
109
<div id="root"></div>

0 commit comments

Comments
 (0)