jsonresume-theme-engineering-leader 1.0.5 → 1.0.6
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ To export your resume, you can run the following command below. This will automa
|
|
|
47
47
|
npm run export
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
If you want to see or modify
|
|
50
|
+
If you want to see or modify an example, this project is configured to export a resume from the `examples` folder just by running vscode f5.
|
|
51
51
|
|
|
52
52
|
```bash
|
|
53
53
|
resume export --resume examples/example-resume.json --theme . examples/example-resume.html
|