From ae281bcb739131bf072471f53992497bfcc1817b Mon Sep 17 00:00:00 2001 From: Bradley Wogsland Date: Tue, 14 Mar 2017 11:05:44 -0500 Subject: [PATCH] Fixed documentation formatting that was bugging me --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 2ebba4f1f..d218305ff 100644 --- a/readme.markdown +++ b/readme.markdown @@ -660,7 +660,7 @@ You can call `b.pipeline.get()` with a label name to get a handle on a stream pi that you can `push()`, `unshift()`, or `splice()` to insert your own transform streams. -# b.reset(opts) +## b.reset(opts) Reset the pipeline back to a normal state. This function is called automatically when `bundle()` is called multiple times.