From 9a7f810b5445fb946069d91b98d276b7b2fc66a0 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 15 Oct 2015 01:02:36 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8929df..f8f9d20 100644 --- a/README.md +++ b/README.md @@ -672,7 +672,7 @@ Run job every 5 minutes. ### LaunchServices #### Rebuild LaunchServices Database -To be independent of OS version, this relies on `locate` to find `lsregister`. If you do not have your `locate` database built yet, [do it](#build-locate-database). +To be independent of OS X version, this relies on `locate` to find `lsregister`. If you do not have your `locate` database built yet, [do it](#build-locate-database). ```bash sudo $(locate lsregister) -kill -seed -r ```