Selaa lähdekoodia

Update FEED.md

deadmoon 3 vuotta sitten
vanhempi
sitoutus
1ed7606679
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 4 2
      FEED.md

+ 4 - 2
FEED.md

@@ -1,6 +1,6 @@
 ## How to include an app in Common Apps using feed.json: ##
 ## How to include an app in Common Apps using feed.json: ##
 
 
-* You will need direct links for both x64 and x86 variants (if x64 or x86 is unavailable, just use other one)
+* You will need direct links for both x64 and x86 variants (if x64 or x86 is unavailable, just use either one)
 * Official app title
 * Official app title
 * A tag, usually the app title - without spaces - preceded by a 'c'
 * A tag, usually the app title - without spaces - preceded by a 'c'
 * A PNG image - needs to be up to 256x256, should not exceed 50kb in size and must be with transparent background
 * A PNG image - needs to be up to 256x256, should not exceed 50kb in size and must be with transparent background
@@ -15,6 +15,7 @@
 
 
 ## Example: ##
 ## Example: ##
 
 
+```
 {
 {
   "Title": "Google Chrome",
   "Title": "Google Chrome",
   "Link": "<link_x86>",
   "Link": "<link_x86>",
@@ -22,4 +23,5 @@
   "Tag":"cChrome",
   "Tag":"cChrome",
   "Image": "<link_to_png>",
   "Image": "<link_to_png>",
   "Group": "Internet"
   "Group": "Internet"
-}
+}
+```