Skip to content

Commit

Permalink
docs: Don't end 'getting started' abruptly, instead link to next steps.
Browse files Browse the repository at this point in the history
Fixes #826
  • Loading branch information
dandv authored and tmcw committed Jun 25, 2017
1 parent 473f317 commit 32ef5a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ function addOne(input: number): number {
return input + 1;
}
```

# Learn more

[Continue reading](https://github.com/documentationjs/documentation#documentation) about Usage and the other aspects of `documentation`.

0 comments on commit 32ef5a5

Please sign in to comment.