From b29c4929254c2648173db6d46aff72ce92d4a0d8 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 21:28:11 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 6 +++--- TODO.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 06d14fd..66a050e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#readability Objective-C +# readability Objective-C This is an Objective-C port of a python port of a ruby port of [arc90's readability project](http://lab.arc90.com/experiments/readability/). @@ -20,11 +20,11 @@ KBWebArchiver is included as a submodule. After cloning a main repository, you i The code is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). -##Based on: +## Based on: - [buriy’s python-readability fork](https://github.com/buriy/python-readability). - Github user contributions. -##Command-line usage demo: +## Command-line usage demo: readability -url http://pypi.python.org/pypi/readability-lxml diff --git a/TODO.md b/TODO.md index 027868b..216d8f9 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,4 @@ -#To Do +# To Do - copy title into ``. - evaluate caching -clean: results in a dictionary. \ No newline at end of file