Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ReadMe's list formatting; link to Jitpack's documentation #534

Merged
merged 2 commits into from
Jun 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ For a greater explanation of RichTextFX, its design principles, how it works, an
Who uses RichTextFX?
--------------------

[Kappa IDE](https://bitbucket.org/TomasMikula/kappaide/)
[Squirrel SQL client](http://www.squirrelsql.org/) (its JavaFX version)
[mqtt-spy](http://kamilfb.github.io/mqtt-spy/)
[Alt.Text](http://alttexting.com/)
[Xanthic](https://github.com/jrguenther/Xanthic)
[Arduino Harp](https://www.youtube.com/watch?v=rv5raLcsPNs)
[Markdown Writer FX](https://github.com/JFormDesigner/markdown-writer-fx)
[OmniEditor](https://github.com/giancosta86/OmniEditor), which is then used by [Chronos IDE](https://github.com/giancosta86/Chronos-IDE)
[JuliarFuture](https://juliar.org)
- [Kappa IDE](https://bitbucket.org/TomasMikula/kappaide/)
- [Squirrel SQL client](http://www.squirrelsql.org/) (its JavaFX version)
- [mqtt-spy](http://kamilfb.github.io/mqtt-spy/)
- [Alt.Text](http://alttexting.com/)
- [Xanthic](https://github.com/jrguenther/Xanthic)
- [Arduino Harp](https://www.youtube.com/watch?v=rv5raLcsPNs)
- [Markdown Writer FX](https://github.com/JFormDesigner/markdown-writer-fx)
- [OmniEditor](https://github.com/giancosta86/OmniEditor), which is then used by [Chronos IDE](https://github.com/giancosta86/Chronos-IDE)
- [JuliarFuture](https://juliar.org)

If you use RichTextFX in an interesting project, I would like to know!

Expand Down Expand Up @@ -316,7 +316,7 @@ libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "1.0.0-SNAPSHOT"

### Custom Via Jitpack

In the following examples, the version is either a commit (via its short hash) or a tag.
In the following examples, the version is either a commit (via its short hash) or a tag. See [Jitpack's documentation](https://jitpack.io/docs/) for more options and further instructions.

#### Maven

Expand Down