From dfeb5859756d380227652e72a28671648d9057e0 Mon Sep 17 00:00:00 2001 From: igo95862 Date: Wed, 7 Oct 2020 15:10:33 +0300 Subject: [PATCH] Fixed `config.toml` being mentioned in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa7cb68..2325595 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Bubblejail, instead of trying to transparently overlay an existing home director Every **Instance** represents a separate home directory. Typically, every sandboxed application has its own home directory. -Each instance has a `config.toml` file which defines the configuration of the instance such as system resources that the sandbox should have access to. +Each instance has a `services.toml` file which defines the configuration of the instance such as system resources that the sandbox should have access to. **Service** represents some system resources that the sandbox can be given access to. For example, the Pulse Audio service gives access to the Pulse Audio socket so that the application can use sound.