Skip to content

Commit 61668b3

Browse files
committedJan 8, 2020
update README image link
1 parent 91ff74b commit 61668b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
`http-server` is a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development, and learning.
99

10-
![](https://github.com/nodeapps/http-server/raw/master/screenshots/public.png)
10+
![Example of running http-server](https://github.com/http-party/http-server/raw/master/screenshots/public.png)
1111

1212
# Installing globally:
1313

@@ -137,4 +137,4 @@ $ node bin/http-server
137137
*Now you can visit http://localhost:8080 to view your server*
138138

139139
You should see the turtle image in the screenshot above hosted at that URL. See
140-
the `./public` folder for demo content.
140+
the `./public` folder for demo content.

0 commit comments

Comments
 (0)
Please sign in to comment.