Skip to content

Commit b2b8bcf

Browse files
committedJun 13, 2021
fixing some errors
1 parent 552950a commit b2b8bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
## Usage
55
1. Place the library inside your project, in this case test_rust_prefix_to_postfix. Then add rust_prefix_to_postfix = {path = "rust_prefix_to_postfix to the dependencies like below
6-
```
6+
```Rust
77
[package]
88
name = "test_rust_prefix_to_postfix"
99
version = "0.1.0"
1010
edition = "2018"
1111

1212

1313
[dependencies]
14-
rust_prefix_to_postfix = {path = "rust_prefix_to_postfix
14+
rust_prefix_to_postfix = {path = "rust_prefix_to_postfix"}
1515
```
1616
2. Use call the trait in the library and add a new infix operation
1717
```Rust

0 commit comments

Comments
 (0)
Please sign in to comment.