OCD cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 13 Jan 2017 22:59:48 +0000 (23:59 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 13 Jan 2017 22:59:48 +0000 (23:59 +0100)
README.md

index 0cfc293..290a4f9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 
-#Introduction#
+# Introduction #
 
 This is a simple profiler for torch to estimate processing time per module per function.
 
@@ -9,7 +9,7 @@ It seems to work okay, but there was no heavy testing so far. See test-profiler.
 
 A simple example would be
 
-```lua
+```Lua
 require 'torch'
 require 'nn'
 require 'profiler'
@@ -51,7 +51,7 @@ which prints
     :updateOutput 0.19s [6.34%] (1.9mus/sample)
 ```
 
-##Usage##
+## Usage ##
 
 ### profiler.color ###