Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster authored Sep 4, 2024
1 parent 2e20421 commit 8ab24d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lake exe graph

A typical command is

```
```bash
lake exe graph --to MyModule my_graph.pdf
```
where `MyModule` follows the same module naming you would use to `import` it in lean. See `lake exe graph --help` for more options.
Expand All @@ -28,7 +28,7 @@ where `MyModule` follows the same module naming you would use to `import` it in

To create a Json file, you can use `.xdot_json` as output type:

```
```bash
lake exe graph my_graph.xdot_json
```

Expand All @@ -46,7 +46,7 @@ require importGraph from git "https://github.com/leanprover-community/import-gra

or, if you have a `lakefile.toml`, it would be

```
```toml
[[require]]
name = "importGraph"
git = "[https://github.com/leanprover-community/batteries](https://github.com/leanprover-community/import-graph)"
Expand Down

0 comments on commit 8ab24d4

Please sign in to comment.