Skip to content

Commit

Permalink
remove semicolons from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAX committed Mar 12, 2017
1 parent ecb147f commit 9f1942e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -6,14 +6,14 @@ Learning assembly for linux-x64
Examples
==============

* [Say hello to x86_64 Assembly part 1](https://0xax.github.io/asm_1/);
* [Say hello to x86_64 Assembly part 2](https://0xax.github.io/asm_2/);
* [Say hello to x86_64 Assembly part 3](https://0xax.github.io/asm_3/);
* [Say hello to x86_64 Assembly part 4](https://0xax.github.io/asm_4/);
* [Say hello to x86_64 Assembly part 5](https://0xax.github.io/asm_5/);
* [Say hello to x86_64 Assembly part 6](https://0xax.github.io/asm_6/);
* [Say hello to x86_64 Assembly part 7](https://0xax.github.io/asm_7/);
* [Say hello to x86_64 Assembly part 8](https://0xax.github.io/asm_8/);
* [Say hello to x86_64 Assembly part 1](https://0xax.github.io/asm_1/)
* [Say hello to x86_64 Assembly part 2](https://0xax.github.io/asm_2/)
* [Say hello to x86_64 Assembly part 3](https://0xax.github.io/asm_3/)
* [Say hello to x86_64 Assembly part 4](https://0xax.github.io/asm_4/)
* [Say hello to x86_64 Assembly part 5](https://0xax.github.io/asm_5/)
* [Say hello to x86_64 Assembly part 6](https://0xax.github.io/asm_6/)
* [Say hello to x86_64 Assembly part 7](https://0xax.github.io/asm_7/)
* [Say hello to x86_64 Assembly part 8](https://0xax.github.io/asm_8/)

Author
==============
Expand Down

0 comments on commit 9f1942e

Please sign in to comment.