Download:
child 39:bb3fd0111e75
parent 37:e7e650632cc8
38:a0523ef47e09
Anton Shestakov <av6@dwimlabs.net>, Sun, 23 Oct 2016 18:04:08 +0800
docs: missing ticks

1 файлов изменено, 3 вставок(+), 2 удалений(-) [+]
README.md file | annotate | diff | comparison | revisions
--- a/README.md Sun Oct 23 17:53:32 2016 +0800
+++ b/README.md Sun Oct 23 18:04:08 2016 +0800
@@ -13,7 +13,8 @@
## Usage
-``lua
+```
+#!lua
local hglib = require 'hglib'
local client = hglib.Client.open('.')
local code, o, e, d = client:runcommand({'log', '-r0'})
@@ -25,7 +26,7 @@
if #d > 0 then
print('Debug: ' .. d)
end
-``
+```
## Caveats