Skip to content

Commit

Permalink
fix typo problem
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperzhang committed Sep 20, 2021
1 parent 18892a2 commit ce84583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker build -f Dockerfile -t ail:0.12 .

## Docker usage

run the Docker container with `docker run --privileged` in order to allow the container to create its own namespaces.
run the Docker container with `docker run`.

```shell
docker run -it ail:0.12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ git clone https://github.com/s3team/uroboros.git /uroboros
$ cd /uroboros/src
$ ./build
```
# Usage:
# Usage
## Disassembling

Uroboros can take 64-bit and 32-bit ELF executable binaries as the
Expand Down

0 comments on commit ce84583

Please sign in to comment.