Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit b4b033b

Browse files
committed
Live editing guide: Use bold text instead of H3
1 parent cfac84e commit b4b033b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/Live editing guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We built live editing into the Hub Framework to enable developers, designers and
1616

1717
Live editing is opt-in, so you'll need to set it up in your application before you can start using it. In the [demo app](https://github.com/spotify/HubFramework/tree/master/demo) that the Hub Framework comes with, live editing is already set up (as long as the app is compiled for `DEBUG`). Enabling live editing is easy, and involves three simple steps:
1818

19-
### Start `HUBLiveService`
19+
**Start `HUBLiveService`**
2020

2121
The application that you wish to live edit in needs to start the Hub Framework live service through the `HUBLiveService` API. This is done with a single method call:
2222

@@ -26,11 +26,11 @@ The application that you wish to live edit in needs to start the Hub Framework l
2626
2727
Once called, the live service will start accepting connections on the given port, which enables the `hublive` command line tool to connect to it.
2828
29-
### Implement `HUBLiveServiceDelegate`
29+
**Implement `HUBLiveServiceDelegate`**
3030
3131
To get notified whenever the live service has created a view controller for live editing, you need to assign an object to be its delegate, by conforming to `HUBLiveServiceDelegate`.
3232
33-
### Push any created live editing view controllers onto your application's navigation stack
33+
**Push any created live editing view controllers onto your application's navigation stack**
3434
3535
Once the live service has created a view controller, push that view controller onto the navigation stack:
3636

0 commit comments

Comments
 (0)