Skip to content

Commit 5735c7b

Browse files
committed
Minor doc tweaks
1 parent 2325802 commit 5735c7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Current Version](https://img.shields.io/crates/v/oauth1-request.svg)](https://crates.io/crates/oauth1-request)
55
[![Documentation](https://docs.rs/oauth1-request/badge.svg)](https://docs.rs/oauth1-request/)
66

7-
Yet yet yet another OAuth 1 client library for Rust.
7+
Yet yet yet another OAuth 1.0 client library for Rust.
88

99
## Usage
1010

oauth1-request/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage = "https://github.com/tesaguri/oauth1-request-rs"
1111
repository = "https://github.com/tesaguri/oauth1-request-rs"
1212
documentation = "https://docs.rs/oauth1-request/0.5.0/oauth1_request/"
1313
description = """
14-
Yet yet yet another OAuth 1 client library.
14+
Yet yet yet another OAuth 1.0 client library.
1515
"""
1616

1717
[dependencies]

oauth1-request/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Yet yet yet another OAuth 1 client library.
1+
//! Yet yet yet another OAuth 1.0 client library.
22
//!
33
//! # Usage
44
//!

0 commit comments

Comments
 (0)