Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 82e0d50

Browse files
committed
chore: fix lite-server links in README
1 parent 900eeb8 commit 82e0d50

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
@@ -50,6 +50,9 @@ Remember the npm scripts in `package.json`:
5050
* `npm start` - runs the compiler and a server at the same time, both in "watch mode".
5151
* `npm run tsc` - runs the TypeScript compiler once.
5252
* `npm run tsc:w` - runs the TypeScript compiler in watch mode; the process keeps running, awaiting changes to TypeScript files and re-compiling when it sees them.
53-
* `npm run lite` - runs the [lite-server](https://www.npmjs.com/package/lite-server), a light-weight, static file server, written and maintained by [John Papa](John Papa) with excellent support for Angular apps that use routing.
53+
* `npm run lite` - runs the [lite-server](https://www.npmjs.com/package/lite-server), a light-weight, static file server, written and maintained by
54+
[John Papa](https://github.com/johnpapa) and
55+
[Christopher Martin](https://github.com/cgmartin)
56+
with excellent support for Angular apps that use routing.
5457
* `npm run typings` - runs the typings tool.
5558
* `npm run postinstall` - called by *npm* automatically *after* it successfully completes package installation. This script installs the TypeScript definition files this app requires.

0 commit comments

Comments
 (0)