Skip to content

Commit 5466b90

Browse files
committed
update readme
1 parent 2dd79c2 commit 5466b90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@ Cordova takes the ```www``` folder source to create the Cordova app. This ```www
199199
So make sure you run for example ```npm run build``` first before runing/buildinga Cordova app.
200200

201201
### Typedocs
202-
The typedoc is generated with command ```npm run build:docs``` into directoy ```dist/docs``` and can be served with ```npm run server:docs```.
202+
Typedoc is generated with command ```npm run build:docs``` into directoy ```docs``` and can be served with ```npm run server:docs```.
203+
> The typedoc are generated with the development environment
204+
205+
> As side effect a build into ```dist``` is produced as default behavior of webpack.
203206
204207

205208
# ToDo's

0 commit comments

Comments
 (0)