Commit 54e0a2f

Anton Medvedev <antonmedv@google.com>
2021-05-25 21:37:02
Update README.md
1 parent cb2c53a
Changed files (1)
README.md
@@ -88,7 +88,7 @@ try {
 }
 ```
 
-### `ProcessPromise`
+#### `ProcessPromise`
 
 ```ts
 class ProcessPromise<T> extends Promise<T> {
@@ -108,7 +108,7 @@ await $`cat file.txt`.pipe(process.stdout)
 
 Read more about [pipelines](examples/pipelines.md).
 
-### `ProcessOutput`
+#### `ProcessOutput`
 
 ```ts
 class ProcessOutput {