README: rename libupskirt to Sundown.

The original upskirt library by Natacha Porté has been renamed to
libsoldout, while the fork of it that was located at tanoku/upskirt has
been renamed to Sundown and moved to vmg/sundown. Since Blackfriday has
been started as a translation of tanoku/upskirt, rename its mention in
README to Sundown.
pull/157/head
Dmitry Chestnykh 2015-03-24 06:32:12 +01:00
parent 29c5b49e95
commit ef9974b1b7
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ punctuation substitutions, etc.), and it is safe for all utf-8
HTML output is currently supported, along with Smartypants
extensions. An experimental LaTeX output engine is also included.
It started as a translation from C of [upskirt][3].
It started as a translation from C of [Sundown][3].
Installation
@ -97,7 +97,7 @@ dependencies and library versions.
Features
--------
All features of upskirt are supported, including:
All features of Sundown are supported, including:
* **Compatibility**. The Markdown v1.0.3 test suite passes with
the `--tidy` option. Without `--tidy`, the differences are
@ -243,4 +243,4 @@ License
[1]: http://daringfireball.net/projects/markdown/ "Markdown"
[2]: http://golang.org/ "Go Language"
[3]: http://github.com/tanoku/upskirt "Upskirt"
[3]: https://github.com/vmg/sundown "Sundown"