Merge pull request #1 from domesticmouse/patch-1

Tidying up markdown links
This commit is contained in:
Seth Morabito 2018-07-03 07:20:07 -07:00 committed by GitHub
commit fccda1da6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
## 1.0 About
This project contains an experimental 6502 ROM monitor being developed
for the [Symon 6502 Simulator] (http://github.com/sethm/symon) and
for the [Symon 6502 Simulator](http://github.com/sethm/symon) and
associated hardware.
## 2.0 Assembly
Assembled with [CA65] (http://www.cc65.org/doc/ca65.html). Just
Assembled with [CA65](http://www.cc65.org/doc/ca65.html). Just
type `make`!
## 3.0 To Do