Skip to content

Commit 19b973e

Browse files
committed
Update README
1 parent 01cbee5 commit 19b973e

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# Async version of the Rust standard library
2-
3-
<!-- [![Build Status](https://travis-ci.com/async-rs/async-std.svg?branch=master)]( -->
4-
<!-- https://travis-ci.com/async-rs/async-std) -->
5-
<!-- [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( -->
6-
<!-- https://github.com/async-rs/async-std) -->
7-
<!-- [![Cargo](https://img.shields.io/crates/v/async-std.svg)]( -->
8-
<!-- https://crates.io/crates/async-std) -->
9-
<!-- [![Documentation](https://docs.rs/async-std/badge.svg)]( -->
10-
<!-- https://docs.rs/async-std) -->
1+
# Async version of Rust's standard library
2+
3+
[![Build Status](https://travis-ci.org/async-rs/async-std.svg?branch=master)](https://travis-ci.org/stjepang/async-std)
4+
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
5+
https://github.com/async-std/async-std)
6+
[![Cargo](https://img.shields.io/crates/v/async-std.svg)](https://crates.io/crates/async-std)
7+
[![Documentation](https://docs.rs/async-std/badge.svg)](https://docs.rs/async-std)
118
[![chat](https://img.shields.io/discord/598880689856970762.svg?logo=discord)](https://discord.gg/JvZeVNe)
129

1310
This crate is an async version of [`std`].

0 commit comments

Comments
 (0)