Skip to content

Commit fde1007

Browse files
author
Timothy Johnson
committed
Update README.md
1 parent 8b776e0 commit fde1007

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Svelte DevTools
22

3-
Svelte DevTools extends the Firefox and Chrome developer tools with the ability to inspect Svelte component hierarchies and modify component state.
3+
Svelte Devtools is a Firefox and Chrome extension for the Svelte javascript framework. It allows you to inspect the Svelte state and component hierarchies in the Developer Tools.
4+
5+
After installing you will see a new tab in Developer Tools. This tab displays a tree of Svelte components, HTMLx blocks, and DOM elements that were rendered on the page. By selecting one of the nodes in the tree, you can inspect and edit its current state in the panel to the right.
46

57
**Requires svelte version 3.12.0 or above**
68

7-
![0.1.1 Screenshot](https://raw.githubusercontent.com/RedHatter/svelte-devtools/master/screenshot.png "0.1.1 Screenshot")
9+
![0.1.1 Screenshot](https://raw.githubusercontent.com/RedHatter/svelte-devtools/master/screenshot.png "0.2.0 Screenshot")
810

911
## Installation
1012

11-
Svelte DevTools is still in beta and has yet to be published to the respective extension stores. However pre-packaged archives can be downloaded from the releases page.
13+
Svelte DevTools has been submitted to the respective extension stores but is still under review. However pre-packaged archives can be downloaded from the releases page.
1214

1315
### Firefox
1416

0 commit comments

Comments
 (0)