diff --git a/Cargo.toml b/Cargo.toml index 4139690..b4a9964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ js-sys = "0.3" log = "0.4" fern = "0.6" # crate not yet published! TODO remove before merge -screeps-arena-game-api = { git = "https://github.com/rustyscreeps/screeps-arena-game-api.git", branch = "arena" } +screeps-arena-game-api = { git = "https://github.com/rustyscreeps/screeps-arena-game-api.git" } # screeps-arena-game-api = "0.1" # screeps-arena-game-api = { path = "../screeps-arena-game-api" } wasm-bindgen = "0.2" diff --git a/README.md b/README.md index 2242b29..f947c24 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ cargo install cargo-screeps # clone: git clone https://github.com/rustyscreeps/screeps-arena-starter-rust.git -cd screeps-starter-rust +cd screeps-arena-starter-rust # configure with the path to your arena code directory: cp example-screeps.toml screeps.toml