Add new line
authorJessica Lord <jessica.lord@github.com>
Thu, 14 Apr 2016 22:53:34 +0000 (15:53 -0700)
committerJessica Lord <jessica.lord@github.com>
Thu, 14 Apr 2016 22:53:34 +0000 (15:53 -0700)
so that the list is styled correctly on website

docs/api/desktop-capturer.md

index 7863622..3babe0e 100644 (file)
@@ -65,6 +65,7 @@ Starts a request to get all desktop sources, `callback` will be called with
 
 The `sources` is an array of `Source` objects, each `Source` represents a
 captured screen or individual window, and has following properties:
+
 * `id` String - The id of the captured window or screen used in
   `navigator.webkitGetUserMedia`. The format looks like `window:XX` or
   `screen:XX` where `XX` is a random generated number.