Skip to content

Commit 098f752

Browse files
committed
Cleanup README to bump CI
1 parent 7d4f2ec commit 098f752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ static GLOBAL: MiMalloc = MiMalloc;
1616

1717
## Requirements
1818

19-
[CMake](https://cmake.org/) and a __C__ compiler are required for building
20-
[mimalloc](https://github.com/microsoft/mimalloc) with cargo.
19+
A __C__ compiler are required for building [mimalloc](https://github.com/microsoft/mimalloc) with cargo.
2120

2221
## Usage without secure mode
2322

24-
By default this library builds mimalloc in secure mode. This add guard pages,
23+
By default this library builds mimalloc in secure mode. This add guard pages,
2524
randomized allocation, encrypted free lists, etc. The performance penalty is usually
2625
around 10% according to [mimalloc](https://github.com/microsoft/mimalloc)
2726
own benchmarks.
2827

2928
To disable secure mode, put in `Cargo.toml`:
30-
```rust
29+
30+
```ini
3131
[dependencies]
3232
mimalloc = { version = "*", default-features = false }
3333
```

0 commit comments

Comments
 (0)