Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SO Lightview
# SO Light Curve Viewer

This repo allows users to interact with lightcurves in the browser.

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/so-auth-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SO Light Curves</title>
<title>SO Light Curve Viewer</title>
</head>
<body>
<div id="root"></div>
Expand Down
Loading
Loading