From 206aa191371b9122719e5ed5a97801581f88562d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=91=9E=E4=B8=B0?= Date: Sat, 8 Oct 2022 22:02:34 +0800 Subject: [PATCH] chore(napi_sym): fix readme path (#16203) --- cli/napi_sym/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/napi_sym/Cargo.toml b/cli/napi_sym/Cargo.toml index 1e3ac0e88a..13f764ed4c 100644 --- a/cli/napi_sym/Cargo.toml +++ b/cli/napi_sym/Cargo.toml @@ -3,7 +3,7 @@ name = "napi_sym" version = "0.2.0" edition = "2021" license = "MIT" -readme = "../README.md" +readme = "README.md" description = "proc macro for writing N-API symbols" [lib]