Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
omegascorp committed Jan 13, 2019
1 parent 913fdd6 commit fc5f816
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ addRouter([{
}]);
```

## Docs

https://codetraceio.github.io/path-router/

## Contribute

**Install dependencies**
Expand Down
2 changes: 1 addition & 1 deletion run/scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
--module amd --moduleResolution classic --jsx react --allowSyntheticDefaultImports \
./src/history.ts

./node_modules/typedoc/bin/typedoc --out ../doc/ --target=es2015 ./src/history.ts
./node_modules/typedoc/bin/typedoc --out ./doc/ --target es2015 ./src/history.ts

0 comments on commit fc5f816

Please sign in to comment.