Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Jul 15, 2023
1 parent ffa6a42 commit a6a395d
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 @@ -27,13 +27,13 @@ deno check ./examples/showcase/my_element.js
#### Print the documented API

```bash
deno doc https://deno.land/x/shadow/mod.js
deno doc https://dev.zaubrik.com/shadow/mod.js
```

## Example

```javascript
import { css, html, Shadow } from "https://deno.land/x/shadow/mod.js";
import { css, html, Shadow } from "../../mod.js";

export class MyElement extends Shadow {
colors = ["yellow", "green", "pink", "red", "blue", "orange"];
Expand Down

0 comments on commit a6a395d

Please sign in to comment.