Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Minor README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsx00 authored Jan 1, 2021
1 parent ecfe947 commit 7a3690a
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 @@ -39,7 +39,7 @@ For example,
```
mkdir foo
echo "int foo(int a, int b, int c, int d, int e, int f) {}" > foo/foo.c
./joern-scan --src foo
./joern-scan foo
```

runs all queries on the sample code in the directory `foo`, determining that the function `foo`
Expand Down

0 comments on commit 7a3690a

Please sign in to comment.