Skip to content

Commit e4b00bb

Browse files
committed
fix demo image in README
1 parent fce4d3c commit e4b00bb

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
/build/*
22
# unignore the favicon
33
!/build/favicon.ico
4-
/coverage/
4+
5+
# dependencies
56
/node_modules/
7+
8+
# tests results
9+
/coverage/
610
/cypress/videos/
711

8-
*.log
12+
*.log
13+
14+
# environment variables
15+
.envrc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Three.js ES6 starter project with a sane webpack configuration.
66

7-
![A GIF file showing a demo of the starter project](https://github.com/jackdbd/threejs-es6-webpack-starter/blob/master/demo.gif "A scene with a spotlight, a directional light, an ambient light, a particle system, a custom material and several helpers.")
7+
![A GIF file showing a demo of the starter project](https://github.com/jackdbd/threejs-es6-webpack-starter/blob/main/demo.gif?raw=true "A scene with a spotlight, a directional light, an ambient light, a particle system, a custom material and several helpers.")
88

99
## Features
1010

0 commit comments

Comments
 (0)