diff --git a/README.md b/README.md
index b5cb8d14..04c5b0d3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# esx_weaponshop
+ESX Weapon Shop adds.. well you guessed it - weapon shops to the already existing shops in the world.
+
## Download & Installation
### Using [fvm](https://github.com/qlaffont/fvm-installer)
@@ -29,7 +31,7 @@ start esx_weaponshop
### License
esx_weaponshop - Legal and illegal weapon shops
-Copyright (C) 2015-2018 Jérémie N'gadi
+Copyright (C) 2015-2020 Jérémie N'gadi
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
diff --git a/client/main.lua b/client/main.lua
index 8d2ec4b5..b213fe8b 100644
--- a/client/main.lua
+++ b/client/main.lua
@@ -33,8 +33,8 @@ function OpenBuyLicenseMenu(zone)
title = _U('buy_license'),
align = 'top-left',
elements = {
- { label = _U('no'), value = 'no' },
- { label = _U('yes', ('%s'):format((_U('shop_menu_item', ESX.Math.GroupDigits(Config.LicensePrice))))), value = 'yes' },
+ {label = _U('no'), value = 'no'},
+ {label = _U('yes', ('%s'):format((_U('shop_menu_item', ESX.Math.GroupDigits(Config.LicensePrice))))), value = 'yes'},
}
}, function(data, menu)
if data.current.value == 'yes' then