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 767c64a commit 4e4f2e0
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 @@
# typewriter-formatting

Website to format text to be typed on a typewriter available at [tylergordonhill.com/typewriter-formatting](https://tylergordonhill.com/typewriter-formatting).
Website to format text to be typed on a typewriter available at
[tylergordonhill.com/typewriter-formatting](https://tylergordonhill.com/typewriter-formatting).

[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 @@ -20,7 +20,8 @@
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "strict"
"htmlWhitespaceSensitivity": "strict",
"proseWrap": "always"
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit 4e4f2e0

Please sign in to comment.