From 71186859011f8cd79633f4e3d6251c269760b5c9 Mon Sep 17 00:00:00 2001 From: Trevonn Date: Mon, 25 Feb 2019 23:33:57 +0000 Subject: [PATCH] Fix uninstall command example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ce4ccbb..c1f0bd36 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Verify that your application uses DXVK instead of wined3d by checking for the pr In order to remove DXVK from a prefix, run the following command: ``` export WINEPREFIX=/path/to/.wine-prefix -./setup-dxvk.sh uninstall +./setup_dxvk.sh uninstall ``` ## Build instructions