This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-typescript.git


The following commit(s) were added to refs/heads/main by this push:
     new e5d0b68  Fix typo in readme.
e5d0b68 is described below

commit e5d0b68f03477d1a946b8c92a627a8fc191f2c1a
Author: Robert Bradshaw <rober...@gmail.com>
AuthorDate: Thu Jan 19 16:13:55 2023 -0800

    Fix typo in readme.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 44442be..da60dc5 100644
--- a/README.md
+++ b/README.md
@@ -51,9 +51,9 @@ To run this pipeline on another runner, simply set the 
`--runner` flag
 (along with any other parameters it requires).
 For example, to run on Flink you can execute the pipeline as
 
-````sh
+```sh
 node dist/src/main.js --runner=flink [--flinkMaster=...]
-``
+```
 
 or to run it on dataflow execute the pipeline as
 

Reply via email to