Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit 6903bf9

Browse files
committed
Fixed typo in README
1 parent d959d06 commit 6903bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Rust, however, still requires you to Box every future returned by a method. The
1919
is likely to break over time. The current releases will probabily contain bugs. As usual open issues if you find any.
2020

2121
## Disclaimer
22-
Although I am a Microsoft employee, this is not a Microsoft endorsed project. It's simply a pet project of mine: I love Rust (who doesn't? :smirk:) and Microsoft Azure technologies so I thought to close the gap between them. It's also a good project for learning Rust. This library relies heavily on [Hyper](https://github.com/hyperium/hyper). We use the laters Hyper code so this library is fully async with Futures and Tokio.
22+
Although I am a Microsoft employee, this is not a Microsoft endorsed project. It's simply a pet project of mine: I love Rust (who doesn't? :smirk:) and Microsoft Azure technologies so I thought to close the gap between them. It's also a good project for learning Rust. This library relies heavily on [Hyper](https://github.com/hyperium/hyper). We use the latest Hyper code so this library is fully async with Futures and Tokio.
2323

2424
## Example
2525
You can find examples in the [```examples```](https://github.com/MindFlavor/AzureSDKForRust/tree/master/examples) folder. Here is a sample however:

0 commit comments

Comments
 (0)