From 1ae910eacc51b2edce8563ed868d947700e0d65e Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 6 Dec 2018 13:25:38 +0100 Subject: [PATCH] update readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index bb8c6fa..ef73c6e 100644 --- a/README.md +++ b/README.md @@ -406,20 +406,16 @@ when xinitrc is installed. There are two types of transformations available: * **read transformations**: used to transform dotfiles before they are installed - * [Config](#config) key *trans* * Used for commands `install` and `compare` * They have two arguments: - * **{0}** will be replaced with the dotfile to process * **{1}** will be replaced with a temporary file to store the result of the transformation * **write transformations**: used to transform files before updating a dotfile -* * [Config](#config) key *trans_write* * Used for command `update` * They have two arguments: - * **{0}** will be replaced with the file path to update the dotfile with * **{1}** will be replaced with a temporary file to store the result of the transformation