From 175319717295681b91747ccab31106036ef21f57 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sat, 30 Jan 2016 08:47:24 +0100 Subject: [PATCH] improve some descriptions --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5e2ffbb..7e362cb 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). * Emulators * [simias/rustation](https://github.com/simias/rustation) — a Playstation emulator [](https://travis-ci.org/simias/rustation) * [gchp/iota](https://github.com/gchp/iota) — a simple text editor [](https://travis-ci.org/gchp/iota) -* [dlecan/generic-dns-update](https://github.com/dlecan/generic-dns-update) — A tool to update DNS zonefiles with your ip address [](https://travis-ci.org/dlecan/generic-dns-update) +* [dlecan/generic-dns-update](https://github.com/dlecan/generic-dns-update) — a tool to update DNS zonefiles with your IP address [](https://travis-ci.org/dlecan/generic-dns-update) * [imjacobclark/Herd](https://github.com/imjacobclark/Herd) — an experimental HTTP load testing application * [jedisct1/flowgger](https://github.com/jedisct1/flowgger) — a fast, simple and lightweight data collector * [kbknapp/docli](https://github.com/kbknapp/docli-rs) — a command line utility for managing DigitalOcean infrastructure [](https://travis-ci.org/kbknapp/docli-rs) @@ -88,8 +88,8 @@ If you want to contribute, please read [this](CONTRIBUTING.md). ## Development tools -* [Clippy](https://github.com/Manishearth/rust-clippy) — a collection of lints that catch newbie mistakes and oversights during the build [](https://travis-ci.org/Manishearth/rust-clippy) -* [clog-tool/clog-cli](https://github.com/clog-tool/clog-cli) — a [conventional changelog](http://blog.thoughtram.io/announcements/tools/2014/09/18/announcing-clog-a-conventional-changelog-generator-for-the-rest-of-us.html) port (generates a changelog from git metadata) [](https://travis-ci.org/clog-tool/clog-cli) +* [Clippy](https://github.com/Manishearth/rust-clippy) — Rust lints [](https://travis-ci.org/Manishearth/rust-clippy) +* [clog-tool/clog-cli](https://github.com/clog-tool/clog-cli) — generates a changelog from git metadata ([conventional changelog](http://blog.thoughtram.io/announcements/tools/2014/09/18/announcing-clog-a-conventional-changelog-generator-for-the-rest-of-us.html)) [](https://travis-ci.org/clog-tool/clog-cli) * [dan-t/rusty-tags](https://github.com/dan-t/rusty-tags) — create ctags/etags for a cargo project and all of its dependencies [](https://travis-ci.org/dan-t/rusty-tags) * [ellisonch/rust-stopwatch](https://github.com/ellisonch/rust-stopwatch) — a stopwatch library for Rust. Used to time things. [](https://travis-ci.org/ellisonch/rust-stopwatch) * [frewsxcv/crate-deps](https://github.com/frewsxcv/crate-deps) — generates images of dependency graphs for crates hosted on crates.io @@ -114,12 +114,12 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/ffi.html) a * [crabtw/rust-bindgen](https://github.com/crabtw/rust-bindgen) — a Rust bindings generator [](https://travis-ci.org/crabtw/rust-bindgen) * [Sean1708/rusty-cheddar](https://github.com/Sean1708/rusty-cheddar) — generates C header files from Rust source files [](https://travis-ci.org/Sean1708/rusty-cheddar) * Java - * [drrb/java-rust-example](https://github.com/drrb/java-rust-example) — a Java/Rust Example [](https://travis-ci.org/drrb/java-rust-example) + * [drrb/java-rust-example](https://github.com/drrb/java-rust-example) — use Rust from Java [](https://travis-ci.org/drrb/java-rust-example) * Node.js - * [rustbridge/neon](https://github.com/rustbridge/neon) — a safe Rust abstraction layer for native Node.js modules [](https://travis-ci.org/rustbridge/neon) + * [rustbridge/neon](https://github.com/rustbridge/neon) — use Rust from Node.js [](https://travis-ci.org/rustbridge/neon) * Python - * [dgrunwald/rust-cpython](https://github.com/dgrunwald/rust-cpython) — Rust bindings for Python [](https://travis-ci.org/dgrunwald/rust-cpython) - * [lukemetz/rustpy](https://github.com/lukemetz/rustpy) — use Python from Rust [](https://travis-ci.org/lukemetz/rustpy) + * [dgrunwald/rust-cpython](https://github.com/dgrunwald/rust-cpython) — Python bindings [](https://travis-ci.org/dgrunwald/rust-cpython) + * [lukemetz/rustpy](https://github.com/lukemetz/rustpy) — Python bindings [](https://travis-ci.org/lukemetz/rustpy) ### IDEs