From 6aff44239a8519fe3150dc2aff4be0b9eae5cf3b Mon Sep 17 00:00:00 2001 From: Alard Date: Wed, 8 May 2013 22:49:05 +0200 Subject: [PATCH] Grammar. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1f643d..64208ad 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Run the scripts in `screen`, `tmux` or something similar. `touch RUN` before you Scheduling priorities --------------------- -The packing script will use all your I/O capacity. Consider using `nice` and `ionice` to influence have it run in at a lower priority, so it doesn't hinder your incoming Rsync or outgoing curl uploads. +The packing script will use all your I/O capacity. Consider using `nice` and `ionice` to run in at a lower priority, so it doesn't hinder your incoming Rsync or outgoing curl uploads. * `ionice -c 2 -n 6 nice -n 19 ./pack-multiple`