summaryrefslogtreecommitdiff
path: root/cli/napi_sym
diff options
context:
space:
mode:
author李瑞丰 <liruifeng1024@gmail.com>2022-10-08 22:02:34 +0800
committerGitHub <noreply@github.com>2022-10-08 19:32:34 +0530
commit206aa191371b9122719e5ed5a97801581f88562d (patch)
treeda8f7ea5ab342f0cd7f7e04a1b08e51da8c4fea3 /cli/napi_sym
parent7c3df66be77df98a46549e72ba4a07d8b06ed6c3 (diff)
chore(napi_sym): fix readme path (#16203)
Diffstat (limited to 'cli/napi_sym')
-rw-r--r--cli/napi_sym/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/napi_sym/Cargo.toml b/cli/napi_sym/Cargo.toml
index 1e3ac0e88..13f764ed4 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]