Skip to content

Commit 5dddfe0

Browse files
author
Guilherme Oenning
committed
add npmignore and fixed imagem path
1 parent a5084a5 commit 5dddfe0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
coverage
2+
tests
3+
node_modules
4+
.travis.yml

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ html
5555

5656
When visiting `localhost:8080`, you should see this.
5757

58-
![](/images/example0.png)
58+
![](/examples/images/example0.png)
5959

6060
See [tests/servers/<your web framework>](/tests/servers) for more examples.
6161

62-
![](/images/example1.png)
63-
![](/images/example2.png)
62+
![](/examples/images/example1.png)
63+
![](/examples/images/example2.png)
6464

6565
# Want to help?
6666

0 commit comments

Comments
 (0)