Skip to content

Commit 52ca2c7

Browse files
author
robo9k
committed
Fix path to README in Cargo.toml
1 parent 36af774 commit 52ca2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "chip8_vm"
44
description = "Virtual machine for the CHIP-8 programming language"
5-
readme = "../README.md"
5+
readme = "README.md"
66
license = "MIT"
77
keywords = ["vm", "chip-8",]
88
homepage = "https://github.com/chip8-rust/chip8-vm"

0 commit comments

Comments
 (0)