Skip to content

Commit cbe72f8

Browse files
committed
update README and description
1 parent f857be5 commit cbe72f8

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,32 @@
22

33
Extension for [Brackets](https://github.com/adobe/brackets/) and [Adobe Edge Code](http://html.adobe.com/edge/code/).
44

5-
Adds an on-screen GUI editor for CSS Shapes values when in Live Preview mode.
5+
Adds an on-screen interactive editor for CSS Shapes values when in Live Preview mode.
66

77
## How to Install
88

9-
To install this extension:
9+
### Simple:
10+
- Open Brackets, and go to _File_ > _Extension Manager_
11+
- Search for "CSS Shapes Editor for Brackets"
12+
- Click _Install_
1013

11-
1. Choose _File > Extension Manager_
14+
### From source
15+
16+
1. Open Brackets, and go to _File_ > _Extension Manager_
1217
2. Click _Install from URL..._
13-
3. Enter this URL: `https://github.com/adobe-webplatform/brackets-css-shapes-editor`
14-
4. Click _Install_!
18+
3. Enter this URL:
19+
20+
```
21+
https://github.com/adobe-webplatform/brackets-css-shapes-editor
22+
```
23+
4. Click _Install_
1524
5. Reload Brackets.
1625

1726
## How to enable CSS Shapes
1827

19-
CSS Shapes are still in development in Google Chrome.
28+
**UPDATE September 2014:** CSS Shapes are [enabled since Google Chrome 37](https://blogs.adobe.com/webplatform/2014/08/28/css-shapes-now-in-chrome-37/). If you're using Chrome 37+, this section is no longer relevant.
29+
30+
If you're using an older version of Chrome, here's how to enable the feature manually:
2031

2132
Before you use the shapes editor, you need to enable support for CSS Shapes in the LivePreview browser window. You need to do this even if you have already enabled CSS Shapes in another Google Chrome browser on your system.
2233

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brackets-css-shapes-editor",
33
"title": "CSS Shapes Editor for Brackets",
4-
"description": "Adds a GUI to edit CSS Shapes values in Live Preview mode.",
4+
"description": "Adds an interactive editor for CSS Shapes values in Live Preview mode.",
55
"version": "1.1.0",
66
"author": "Adobe Systems Inc.",
77
"contributors": [

0 commit comments

Comments
 (0)