Skip to content

Commit

Permalink
Fix typo in the example (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3nnn4n authored and Marcus Gartner committed Oct 28, 2019
1 parent 4ee6613 commit 48ae93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ psql lob_local -qAtc 'EXPLAIN (ANALYZE, BUFFERS, FORMAT JSON) SELECT id FROM use
_Example:_

```
cat plans.json | ./pg_flame > flamegraph.html
cat plan.json | ./pg_flame > flamegraph.html
```

3. Open `flamegraph.html` in a browser of your choice.
Expand Down

0 comments on commit 48ae93f

Please sign in to comment.