Skip to content

Commit c0e129f

Browse files
committed
📚 minor correction on readme
1 parent 7ff189a commit c0e129f

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.moban.d/moban_readme.jj2

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ A bit formal example:
7171
.. code-block:: bash
7272

7373
$ moban -c data.yml -t my.template
74+
world
7475

7576
Given data.yml as:
7677

@@ -88,11 +89,6 @@ and my.template as:
8889

8990
{% endraw %}
9091

91-
moban.output will contain:
92-
93-
.. code-block:: bash
94-
95-
world
9692

9793
Please note that data.yml will take precedence over environment variables.
9894

README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ A bit formal example:
7070
.. code-block:: bash
7171
7272
$ moban -c data.yml -t my.template
73+
world
7374
7475
Given data.yml as:
7576

@@ -86,11 +87,6 @@ and my.template as:
8687
{{hello}}
8788
8889
89-
moban.output will contain:
90-
91-
.. code-block:: bash
92-
93-
world
9490
9591
Please note that data.yml will take precedence over environment variables.
9692

0 commit comments

Comments
 (0)