Skip to content

Commit

Permalink
Markdown fixes.
Browse files Browse the repository at this point in the history
Experiment with GitHub's MD.
Remove links overriding SVG (?)
  • Loading branch information
Julian-O committed Nov 28, 2023
1 parent 377bce8 commit 708ba4b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ PyJNIus is a [Python](https://www.python.org/) library for accessing
[Java Native Interface](https://docs.oracle.com/javase/8/docs/technotes/guides/jni/)
(JNI).

Warning: the [PyPI](https://pypi.org/) package name is now
[pyjnius](https://pypi.org/project/pyjnius/) instead of `jnius`.

PyJNIus is managed by the [Kivy Team](https://kivy.org/about.html) and can be
used with [python-for-android](https://github.com/kivy/python-for-android).

It can also be used independently of Kivy, on desktop and mobile platforms.

> [!WARNING]
> The [PyPI](https://pypi.org/) package name is now
[pyjnius](https://pypi.org/project/pyjnius/) instead of `jnius`.


[![Backers on Open Collective](https://opencollective.com/kivy/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/kivy/sponsors/badge.svg)](#sponsors)
[![GitHub contributors](https://img.shields.io/github/contributors-anon/kivy/pyjnius)](https://github.com/kivy/pyjnius/graphs/contributors)
Expand Down Expand Up @@ -197,18 +199,16 @@ Please consult the [latest Code of Conduct](https://github.com/kivy/pyjnius/blob

This project exists thanks to all the people who contribute.
[[Become a contributor](CONTRIBUTING.md)].
<a href="https://github.com/kivy/pyjnius/graphs/contributors"><img src="https://opencollective.com/kivy/contributors.svg?width=890&avatarHeight=45&button=false" /></a>

<img src="https://opencollective.com/kivy/contributors.svg?width=890&avatarHeight=45&button=false">

## Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/kivy#backer)]

<a href="https://opencollective.com/kivy#backers" target="_blank"><img src="https://opencollective.com/kivy/backers.svg?width=890&avatarHeight=45&button=false"></a>

<img src="https://opencollective.com/kivy/backers.svg?width=890&avatarHeight=45&button=false">

## Sponsors

Support this project by becoming a sponsor. [[Become a sponsor](https://opencollective.com/kivy#sponsor)]

<a href="https://opencollective.com/kivy#sponsors" target="_blank"><img src="https://opencollective.com/kivy/sponsors.svg?width=890&avatarHeight=130&button=false"></a>
<img src="https://opencollective.com/kivy/sponsors.svg?width=890&avatarHeight=130&button=false">

0 comments on commit 708ba4b

Please sign in to comment.