cedar-embeddable-editor 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/cedar-embeddable-editor.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ cedar-embeddable-editor$ ng serve
|
|
|
49
49
|
|
|
50
50
|
1. In your browser, navigate to `http://localhost:4400/`. The app will automatically reload if you change any of the source files.
|
|
51
51
|
|
|
52
|
-
##
|
|
52
|
+
## Building the Webcomponent
|
|
53
53
|
|
|
54
54
|
This method creates a single Javascript (JS) file that encapsulates all the functionality of CEE. The JS file can be embedded in any application or HTML page. To build a CEE Webcomponent, proceed with these steps:
|
|
55
55
|
|