Skip to content

Commit

Permalink
README: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed May 13, 2024
1 parent f278d36 commit 3452acf
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 @@ -23,8 +23,8 @@ This command will also automatically install any additional required dependencie
Alternatively, Feathers UI may be added to any HTML file using a few `<script>` tags:

```html
<script src="https://unpkg.com/openfl@8.9.6/dist/openfl.min.js"></script>
<script src="https://unpkg.com/actuate@1.8.9-beta/dist/actuate.min.js"></script>
<script src="https://unpkg.com/openfl@9.3.3/dist/openfl.min.js"></script>
<script src="https://unpkg.com/actuate@1.9.0/dist/actuate.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/feathersui-openfl.min.js"></script>
```

Expand Down

0 comments on commit 3452acf

Please sign in to comment.