diff --git a/Termdash-API.md b/Termdash-API.md index 88b2ee4..c6ab767 100644 --- a/Termdash-API.md +++ b/Termdash-API.md @@ -9,9 +9,11 @@ The [termdash](https://github.com/mum4k/termdash/blob/master/termdash.go) packag - Process runtime errors. - Subscribe to keyboard and mouse events. -## Starting and stopping the application +The public API surface of this package consists of the following: -The simplest way to start Termdash is to use the [Run](https://github.com/mum4k/termdash/blob/c861ecef303ac648f926597f28c9f44994a1ca8b/termdash.go#L91-L103) function: +## [Run](https://github.com/mum4k/termdash/blob/c861ecef303ac648f926597f28c9f44994a1ca8b/termdash.go#L91-L103) function: + +The **Run** function provides the simplest way to run a Termdash based application. ```go