Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Jul 21, 2016
1 parent 5e6ff42 commit a7c0896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
@@ -1,4 +1,4 @@
# 360-image-viewer-boilerplate
# 360-image-gallery-boilerplate

> Featured in the *Building an Advanced Scene* guide.
Expand All @@ -7,6 +7,4 @@ Scene for selecting between different 360-degree images.
## Dependencies

- [A-Frame](https://github.com/aframevr/aframe)
- [Layout Component](https://github.com/ngokevin/aframe-layout-component)
- [Event Set Component](https://github.com/ngokevin/aframe-event-set-component)
- [Template Component + Nunjucks](https://github.com/ngokevin/aframe-template-component)
- [K-Frame](https://github.com/ngokevin/k-frame)
3 changes: 1 addition & 2 deletions index.html
Expand Up @@ -2,12 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<title>360&deg; Image Browser</title>
<title>360&deg; Image Gallery</title>
<meta name="description" content="360&deg; Image Browser - A-Frame">
<script src="lib/nunjucks-v2.3.0.min.js"></script>
<script src="lib/aframe.min.js"></script>
<script src="lib/k-frame.min.js"></script>
<script src="lib/aframe-animation-component.min.js"></script>
<script src="components/set-image.js"></script>
<script src="components/update-raycaster.js"></script>
</head>
Expand Down

0 comments on commit a7c0896

Please sign in to comment.