Skip to content

Commit 0352964

Browse files
committed
Fix README text
1 parent e1c7cde commit 0352964

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ For more information, see [What is Internet Identity?](https://internetcomputer.
3030
- [Architecture Overview](#architecture-overview)
3131
- [Building with Docker](#building-with-docker)
3232
- [Integration with Internet Identity](#integration-with-internet-identity)
33-
- [Build Features](#build-features-and-flavors)
34-
- [Features](#features)
3533
- [Stable Memory Compatibility](#stable-memory-compatibility)
3634
- [Getting Help](#getting-help)
3735
- [Links](#links)
@@ -101,9 +99,7 @@ $ ./scripts/docker-build
10199

102100
The [`Dockerfile`](./Dockerfile) specifies build instructions for Internet Identity. Building the `Dockerfile` will result in a scratch container that contains the Wasm module at `/internet_identity.wasm.gz`.
103101

104-
> 💡 The build can be customized with [build features](#build-features-and-flavors).
105-
106-
We recommend using the [`docker-build`](./scripts/docker-build) script. It simplifies the usage of [build features](#build-features-and-flavors) and extracts the Wasm module from the final scratch container.
102+
We recommend using the [`docker-build`](./scripts/docker-build) script. It extracts the Wasm module from the final scratch container.
107103

108104
> 💡 You can find instructions for building the code without Docker in the [HACKING] document.
109105

0 commit comments

Comments
 (0)