Skip to content

Commit

Permalink
Update Cargo.toml (#3724)
Browse files Browse the repository at this point in the history
Update the location of the readme file
  • Loading branch information
jasonwilliams committed Mar 7, 2024
1 parent 6979ac5 commit e37fcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "boa_engine"
keywords = ["javascript", "js", "compiler", "lexer", "parser"]
categories = ["parser-implementations", "compilers"]
readme = "../README.md"
readme = "../../README.md"
description.workspace = true
version.workspace = true
edition.workspace = true
Expand Down

0 comments on commit e37fcfe

Please sign in to comment.