fix config comment

This commit is contained in:
Cade Scroggins
2017-07-19 10:31:18 -07:00
committed by GitHub
parent fd834fb3ed
commit c8b4051d78
+1 -1
View File
@@ -3,7 +3,7 @@
<script> <script>
const CONFIG = { const CONFIG = {
// the category, key, name, url, search path and color for your commands // the category, name, key, url, search path and color for your commands
// if none of the specified keys are matched, the '*' key is used // if none of the specified keys are matched, the '*' key is used
commands: [ commands: [
[null, 'Google', '*', 'https://encrypted.google.com', '/search?q={}', '#111'], [null, 'Google', '*', 'https://encrypted.google.com', '/search?q={}', '#111'],