Skip to content

Commit

Permalink
fix: html tag on close example
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarty committed Feb 8, 2023
1 parent 138a8f9 commit 35f5f6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ import { SEO } from "astro-seo";
// ... rest of <head>
</head>
<body> // ... body </body>
</head></html>
</head>
</html>
```

## Supported Props
Expand Down

0 comments on commit 35f5f6c

Please sign in to comment.