diff --git a/doc/README.md b/doc/README.md index 40dcd75..c3ae685 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,9 +1,6 @@ RxLua === -Table of Contents ---- - - [Observer](#observer) - [create](#createonnext-onerror-oncomplete) - [onNext](#onnextvalues) diff --git a/tools/update_documentation.lua b/tools/update_documentation.lua index 82ab386..185bd02 100644 --- a/tools/update_documentation.lua +++ b/tools/update_documentation.lua @@ -3,7 +3,6 @@ local docroc = require 'tools/docroc' io.output('doc/README.md') io.write('RxLua\n===\n\n') -io.write('Table of Contents\n---\n\n') local comments = docroc.process('rx.lua')