Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 21, 2024
1 parent 903db0a commit c26e266
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# response-display

Website to collect and display responses from various devices available at [tylergordonhill.com/response-display](https://tylergordonhill.com/response-display).
Website to collect and display responses from various devices available at
[tylergordonhill.com/response-display](https://tylergordonhill.com/response-display).

[Style guide](https://github.com/TyHil/personal-website-styles)

## Set-up

Instructions to run available in the [parent repository](https://github.com/TyHil/personal-website#set-up).
Instructions to run available in the
[parent repository](https://github.com/TyHil/personal-website#set-up).

## License

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "strict"
"htmlWhitespaceSensitivity": "strict",
"proseWrap": "always"
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit c26e266

Please sign in to comment.