diff --git a/.gitignore b/.gitignore index 7b8cf3fda..8df73ea22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/* npm-debug.log .dir-locals.el +.DS_Store diff --git a/README.md b/README.md index 968c53e6e..265703569 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ `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. -![](https://github.com/nodeapps/http-server/raw/master/screenshots/public.png) +![Example of running http-server](https://github.com/http-party/http-server/raw/master/screenshots/public.png) # Installing globally: @@ -137,4 +137,4 @@ $ node bin/http-server *Now you can visit http://localhost:8080 to view your server* You should see the turtle image in the screenshot above hosted at that URL. See -the `./public` folder for demo content. \ No newline at end of file +the `./public` folder for demo content. diff --git a/screenshots/public.png b/screenshots/public.png index 95bff8bfe..1a732c461 100644 Binary files a/screenshots/public.png and b/screenshots/public.png differ diff --git a/screenshots/start.png b/screenshots/start.png index feecdd747..b53f95182 100644 Binary files a/screenshots/start.png and b/screenshots/start.png differ