embedex 0.8.0 → 0.9.1
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 +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,6 @@ npm install --global embedex
|
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
2. In the destination file, add an `<embedex source="..."></embedex>` tag that includes the source file's path.
|
|
43
|
-
|
|
44
43
|
- `./README.md`:
|
|
45
44
|
|
|
46
45
|
```
|
|
@@ -69,7 +68,6 @@ npm install --global embedex
|
|
|
69
68
|
|
|
70
69
|
3. Run `npx embedex`.
|
|
71
70
|
4. The source is embedded!
|
|
72
|
-
|
|
73
71
|
- `./README.md`:
|
|
74
72
|
|
|
75
73
|
````
|