Skip to content

Commit

Permalink
Rename (proper spelling).
Browse files Browse the repository at this point in the history
done as part of CURA-11035
  • Loading branch information
rburema committed Sep 15, 2023
1 parent 573914c commit cb88e2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "curaengine_grpc_defintions"
name = "curaengine_grpc_definitions"
version = "0.0.1"
authors = ["Casper <[email protected]>"]
description = "CuraEngine gRPC definitions"
repository = "https://github.com/Ultimaker/curaengine_grpc_defintions"
repository = "https://github.com/Ultimaker/curaengine_grpc_definitions"
readme = "README.md"
license = "MIT"
edition = "2021"
build = "rs/build.rs"


[lib]
name="curaengine_grpc_defintions"
name="curaengine_grpc_definitions"
path = "rs/lib.rs"
crate-type = ["lib"]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ asio_grpc_protobuf_generate(PROTOS "${GRPC_PROTOS}"
<summary>Python</summary>

```bash
pip install git+https://github.com/Ultimaker/CuraEngine_grpc_defintions.git
pip install git+https://github.com/Ultimaker/CuraEngine_grpc_definitions.git
```

```python
Expand All @@ -81,11 +81,11 @@ import CuraEngineGRPC.cura_pb2 as cura_pb

<details>
<summary>Rust</summary>
Required dependencies before the gRPC defintions can be used are: [`protoc`, `protobuf`](https://github.com/hyperium/tonic#dependencies).
Required dependencies before the gRPC definitions can be used are: [`protoc`, `protobuf`](https://github.com/hyperium/tonic#dependencies).

Then add the following package to your `Cargo.toml`:
```bash
cargo add --git https://github.com/Ultimaker/curaengine_grpc_defintions.git
cargo add --git https://github.com/Ultimaker/curaengine_grpc_definitions.git
```
</details>

Expand Down

0 comments on commit cb88e2e

Please sign in to comment.