mirror of
https://github.com/hexedtech/codemp.git
synced 2025-03-16 11:55:31 +01:00
docs: removed unneeded badges
This commit is contained in:
parent
1c90cc36bf
commit
52974db96c
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -2,11 +2,10 @@
|
|||
|
||||
[](https://github.com/hexedtech/codemp/actions)
|
||||
[](https://docs.rs/codemp/0.7.0-beta.2/codemp/)
|
||||
[](https://gitter.im/hexedtech/codemp)
|
||||
[](https://crates.io/crates/codemp)
|
||||
[](https://npmjs.org/package/codemp)
|
||||
[](https://pypi.org/project/codemp)
|
||||
[](https://github.com/hexedtech/codemp/blob/dev/LICENSE)
|
||||
[](https://gitter.im/hexedtech/codemp)
|
||||
|
||||
> `codemp` is a **collaborative** text editing solution to work remotely.
|
||||
|
||||
|
@ -56,10 +55,10 @@ Just `cargo add codemp` and check the docs for some examples.
|
|||
|
||||
### From supported languages
|
||||
We provide first-class bindings for:
|
||||
- [](./dist/js/README.md): available from `npm` as [`codemp`](https://npmjs.org/package/codemp)
|
||||
- [](./dist/lua/README.md): available from `PyPI` as [`codemp`](https://pypi.org/project/codemp)
|
||||
- [](./dist/lua/README.md): run `cargo build --features=lua`
|
||||
- [](./dist/java/README.md): run `gradle build` in `dist/java/` (requires Gradle)
|
||||
- [](./dist/js/README.md) available from `npm` as [`codemp`](https://npmjs.org/package/codemp)
|
||||
- [](./dist/lua/README.md) available from `PyPI` as [`codemp`](https://pypi.org/project/codemp)
|
||||
- [](./dist/lua/README.md) run `cargo build --features=lua`
|
||||
- [](./dist/java/README.md) run `gradle build` in `dist/java/` (requires Gradle)
|
||||
|
||||
As a design philosophy, our binding APIs attempt to perfectly mimic their Rust counterparts, so the main documentation can still be referenced as source of truth.
|
||||
Refer to specific language documentation for specifics, differences and quirks.
|
||||
|
|
Loading…
Add table
Reference in a new issue