From 3544f6ab7518a131041a2215dc45a827658ca8b2 Mon Sep 17 00:00:00 2001 From: Vitaly Bogdanov Date: Tue, 23 Jul 2024 13:13:44 +0300 Subject: [PATCH] Remove mentioning "minimal" feature from README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fbbdedc6..68d72d1d0 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,7 @@ The experimental features can be enabled by editing [Cargo.toml](./lib/Cargo.toml) file before compilation or by using `--features` [command line option](https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options). See comments in the `[features]` section of the file for the features -descriptions. For example to turn on minimal MeTTa interpreter one can add -"minimal" to default in [Cargo.toml](./lib/Cargo.toml) +descriptions. Run examples: ```