From 7bbd24278900ec334c3d1049905f9f20288bdfc0 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sun, 7 Jul 2019 14:54:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f722c6bb4..a2677d903 100755 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Select the pairing for a given notebook using either the [Jupytext menu](#jupyte Alternatively, the pairing information for one or multiple notebooks can be set on the command line: ``` -jupytext --set-formats ipynb,py [--sync] notebook.ipynb +jupytext --set-formats ipynb,py notebook.ipynb ``` For more information see [the jupytext documentation](https://jupytext.readthedocs.io).