diff options
author | Kim Jahn <gitfuckinghub@maisspace.org> | 2017-09-23 11:37:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 11:37:21 +0000 |
commit | 30c58136d7b955953875d78ff48ef6d42b247750 (patch) | |
tree | 4920c75fc4cba34aade1fb71770eade3a62e803b /README.md | |
parent | Merge pull request #1173 from jaywink/patch-1 (diff) | |
download | awesome-selfhosted-30c58136d7b955953875d78ff48ef6d42b247750.tar.gz awesome-selfhosted-30c58136d7b955953875d78ff48ef6d42b247750.zip |
Add missing newline to url shortener list
`shuri` and `url-shortener` were on the same line
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1180,7 +1180,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Polr](https://project.polr.me/) - A modern, minimalist, modular, and lightweight URL shortener. ([Source Code](https://github.com/Cydrobolt/polr)) `GPLv2` `PHP` * [shorturl](https://github.com/prologic/shorturl) - Simple URL shortener with very tiny URLs. ([Demo](https://url.mills.io)) `MIT` `Go` * [shuri](https://github.com/pips-/shuri) - SHort URI - Lighweight URL shortener. `MIT` `PHP` - * [url-shortener](https://github.com/cagataycali/url-shortener) `⚠` - Shitty url shortener, emoji and AI powered. `MIT` `Nodejs` + * [url-shortener](https://github.com/cagataycali/url-shortener) `⚠` - Shitty url shortener, emoji and AI powered. `MIT` `Nodejs` * [YOURLS](http://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp. ([Source Code](https://github.com/YOURLS/YOURLS/)) `MIT` `PHP` |