From 7b1ff095f149342722b2e946a7a2781919c8f422 Mon Sep 17 00:00:00 2001 From: pikaxo Date: Tue, 7 Jan 2020 23:01:23 +0000 Subject: [PATCH] rectify README.md fix README.md where it says ``` start esx_policejob ``` went to ``` start esx_sit ``` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ec6a9da..74c5d7a7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ git clone https://github.com/ESX-Org/esx_sit [esx]/esx_sit - Add this to your server.cfg: ``` -start esx_policejob +start esx_sit ``` ## Credits @@ -46,4 +46,4 @@ This program Is free software: you can redistribute it And/Or modify it under th This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details. -You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/. \ No newline at end of file +You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.