Skip to content

Commit

Permalink
README: Fixes two syntax errors in a Note [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed May 18, 2024
1 parent 363074f commit 9683238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ copy the example directory, mount it to the container and run cli.py in the cont

docker run --mount 'type=bind,src=<ttl_directory>,target=/app/pylode/data' pylode:latest python3.10 pylode/cli.py data/<ttl_file> -o data/<html_file>

Note: <ttl_directory> must be absolute
Note: ``<ttl_directory>`` must be absolute

Module Use
^^^^^^^^^^
Expand Down

0 comments on commit 9683238

Please sign in to comment.