Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
fix: move demo.js to the docs folder (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 10, 2022
1 parent 65be798 commit 1faf8cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.99) }, 2000)
setTimeout(() => gauge.hide(), 2300)
```

See also the [demos](demo.js):
See also the [demos](docs/demo.js):

![](./docs/gauge-demo.gif)

Expand Down
4 changes: 2 additions & 2 deletions lib/demo.js → docs/demo.js
@@ -1,5 +1,5 @@
var Gauge = require('./')
var gaugeDefault = require('./themes.js')
var Gauge = require('..')
var gaugeDefault = require('../lib/themes.js')
var onExit = require('signal-exit')

var activeGauge
Expand Down

0 comments on commit 1faf8cf

Please sign in to comment.