Skip to content

Commit

Permalink
Minor docs improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
StabbarN authored and pelme committed Sep 3, 2024
1 parent 48fd844 commit fa20d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ menu = ["egg+bacon", "bacon+spam", "eggs+spam"]

print(
html[
head[title["Todays menu"]],
head[title["Today's menu"]],
body[
h1["Menu"],
ul(".menu")[(li[item] for item in menu)],
Expand All @@ -31,7 +31,7 @@ print(
<!DOCTYPE html>
<html>
<head>
<title>Todays menu</title>
<title>Today's menu</title>
</head>
<body>
<h1>Menu</h1>
Expand Down Expand Up @@ -101,7 +101,7 @@ pip install htpy

## Documentation

The full documentation is available at [https://htpy.dev](https://htpy.dev):
The full documentation is available at [htpy.dev](https://htpy.dev):

- [Usage](https://htpy.dev/usage/)
- [Common patterns](https://htpy.dev/common-patterns/)
Expand Down

0 comments on commit fa20d50

Please sign in to comment.