Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Jul 18, 2024
1 parent d879cb6 commit 5cbd845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ which will end up doing an Object.assign (gingerly) of the item object to the my
It can also do the same for server generated JSON attributes:

```JavaScript
html`

<table>
<thead><th>Name</th><th>SSN Number</thead>
<tbody>
Expand All @@ -132,7 +132,7 @@ html`
<td>123-45-6789</td>
</tbody>
</table>
`

```

[![Playwright Tests](https:/bahrus/be-scoped/actions/workflows/CI.yml/badge.svg?branch=baseline)](https:/bahrus/be-scoped/actions/workflows/CI.yml)
Expand Down

0 comments on commit 5cbd845

Please sign in to comment.