Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr Martian committed Feb 17, 2025
1 parent 4c2b053 commit 6a4187d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build:rust:twiggy": "twiggy top target/wasm32-unknown-unknown/release/optimized.wasm",
"types:bundle": "bun run types:build && node scripts/types.mjs",
"prepublishOnly": "bun run lint+build+test+docs",
"cargo:publish": "cargo publish -p open-vector-tile --dry-run",
"cargo:publish": "cargo publish -p open-vector-tile",
"package-check": "package-check",
"test:dev": "bun test --watch --coverage",
"test": "bun test",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "This library reads/writes The Open Vector Tiles 1.0 Specification
documentation = "https://docs.rs/open-vector-tile"
homepage = "https://github.com/OpenS2/open-vector-tile"
repository = "https://github.com/OpenS2/open-vector-tile"
readme = "README.md"
readme = "../README.md"
categories = ["encoding", "wasm", "embedded", "no-std"]
keywords = ["open", "vector", "tile", "gis", "low-cost-code"]
license = "MIT"
Expand Down

0 comments on commit 6a4187d

Please sign in to comment.