Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #102

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![WTF?! Adventure](https://github.com/design1online/WTF-Adventure/blob/main/assets/img/wtfadventure.png?raw=true "WTF?! Adventure")
![WTF?! Adventure](https://github.com/design1online/WTF-Adventure/blob/main/public/img/wtfadventure.png?raw=true "WTF?! Adventure")


![Node CI](https://github.com/design1online/WTF-Adventure/workflows/node%20ci/badge.svg) ![Code Coverage](https://img.shields.io/codecov/c/gh/design1online/WTF-Adventure) ![WTFPL](https://img.shields.io/static/v1?label=license&message=wtfpl--2.0&color=blueviolet) ![ESDocs Coverage](https://raw.githubusercontent.com/design1online/WTF-Adventure/main/docs/badge.svg?sanitize=true) ![Version](https://img.shields.io/github/package-json/v/design1online/WTF-Adventure)
Expand Down Expand Up @@ -126,4 +126,4 @@ Now open your browser and navigate to `http://{ip}:{port}/` as defined in your c
* Errors installing dependencies
* When this happens you will need to look at the specific error you are getting from the dependency and try to resolve the issue
* Sometimes these can be fixed by upgrading to the latest version or bumping back to a previous version
* Try searching on Stack Overflow or in the GitHub repo click on the issues tab for the NPM package causing the issue to see if there is a possible solution
* Try searching on Stack Overflow or in the GitHub repo click on the issues tab for the NPM package causing the issue to see if there is a possible solution
Loading