Skip to content

Commit 8fcbbe8

Browse files
committed
Update readme.
1 parent ff11df3 commit 8fcbbe8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,13 @@ RUN TESTS:
2424
SETUP
2525

2626
- install docker
27-
- `docker build -t funtal .`
27+
- `docker build -t paramblame .`
2828

2929
EDITOR:
3030

31-
- Copy built javascript file: `docker run --rm funtal cat /funtal/artifact/web.js > artifact/web.js`
31+
- Copy built javascript file: `docker run --rm paramblame cat /paramblame/artifact/web.js > artifact/web.js`
3232
- Open `artifact/index.html` in a browser.
3333

3434
RUN TESTS:
3535

36-
- `docker run funtal`
37-
38-
## Install pre-built artifact from docker hub
39-
40-
- `docker run dbp1/funtal`
41-
42-
This is automatically built by docker from this repository, and hosted here: https://hub.docker.com/r/dbp1/funtal/
36+
- `docker run paramblame`

0 commit comments

Comments
 (0)