Skip to content

Commit e179f7d

Browse files
committed
[fix] titles.
1 parent b71ba57 commit e179f7d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ relationships, and expected behavior in debug and release builds.
2323
## Table of Contents
2424
- [Overview](#overview)
2525
- [Defaults](#defaults)
26-
- [`lambda-rs`](#lambda-rs)
27-
- [`lambda-rs-platform`](#lambda-rs-platform)
26+
- [lambda-rs](#lambda-rs)
27+
- [lambda-rs-platform](#lambda-rs-platform)
2828
- [Changelog](#changelog)
2929

3030
## Defaults
@@ -34,7 +34,7 @@ relationships, and expected behavior in debug and release builds.
3434
- Audio features are disabled by default and incur runtime cost only when an
3535
audio device is initialized and kept alive.
3636

37-
## `lambda-rs`
37+
## lambda-rs
3838

3939
Rendering backends
4040
- `with-wgpu` (default): enables the `wgpu` platform backend via
@@ -109,7 +109,7 @@ Usage examples
109109
- Enable only MSAA validation in release:
110110
- `cargo test -p lambda-rs --features render-validation-msaa`
111111

112-
## `lambda-rs-platform`
112+
## lambda-rs-platform
113113

114114
This crate provides platform and dependency abstractions for `lambda-rs`.
115115
Applications MUST NOT depend on `lambda-rs-platform` directly.

0 commit comments

Comments
 (0)