Skip to content

Commit

Permalink
prepare for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 1, 2022
1 parent b87bd90 commit 308045f
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 175 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Feathers UI (npm version) 1.0.0-rc.2
# Feathers UI (npm version) 1.0.0

[Feathers UI](https://feathersui.com/) is a cross-platform framework of user interface components for creative frontend projects. It is especially well-suited for games, interactive data visualizations, and other rich, multimedia experiences.
[Feathers UI](https://feathersui.com/) is a framework of graphical user interface (GUI) components for creative, cross-platform, frontend projects. It is especially well-suited for games, interactive data visualizations, and other rich, multimedia experiences.

⚠️ This version of Feathers UI is intended for JavaScript developers. It's not as actively tested as the Haxe version of the same library, and some bugs should be expected.

Expand All @@ -25,7 +25,7 @@ Alternatively, Feathers UI may be added to any HTML file using a few `<script>`
```html
<script src="https://unpkg.com/[email protected]/dist/openfl.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/actuate.min.js"></script>
<script src="https://unpkg.com/[email protected]-rc.2/dist/feathersui-openfl.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/feathersui-openfl.min.js"></script>
```

### Choose an editor or IDE
Expand Down
Loading

0 comments on commit 308045f

Please sign in to comment.