Jelajahi Sumber

correct markdown syntax for README.md

Helmut Pozimski 7 tahun lalu
induk
melakukan
66b29e9e30
1 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -1,12 +1,12 @@
-#ABOUT
+# ABOUT
 
 stov is a program which allows you to subscribe to channels, playlists and search results on youtube. (More platforms may be implemented later) You don't need a youtube account for the program to work since it uses read-only access to the youtube API or retrieves the needed data using youtube-dl. You can for example run it as a cron job to automatically download your favourite videos.
 
-##USAGE
+## USAGE
 
 see ./stov --help
 
-##DEPENDENCIES
+## DEPENDENCIES
 
 stov depends on the following software to be installed:
 
@@ -14,11 +14,11 @@ stov depends on the following software to be installed:
 * youtube-dl (get it from http://rg3.github.com/youtube-dl/ if you don't have it yet, it is needed to download videos and retrieve information about them from youtube)
 * lxml module for python
 
-##COPYING
+## COPYING
 
 see LICENSE
 
-##CONFIGURATION
+## CONFIGURATION
 
 By default, the configuration is defined in ~/stov/stov.json in the json format. A default config file is created for you when you run the program for the first time. The following parameters are currently available which you can alter manually: