Documentation tweak

This commit is contained in:
Curtis McEnroe 2015-11-29 16:03:46 -05:00
parent efe40b6173
commit bb17bf90d5
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
//! //!
//! OAuth2 really isn't that hard, you know? //! OAuth2 really isn't that hard, you know?
//! //!
//! Implementation of [RFC6749](http://tools.ietf.org/html/rfc6749).
//!
//! `inth_oauth2` is on [Crates.io][crate] and [GitHub][github]. //! `inth_oauth2` is on [Crates.io][crate] and [GitHub][github].
//! //!
//! [crate]: https://crates.io/crates/inth-oauth2 //! [crate]: https://crates.io/crates/inth-oauth2
//! [github]: https://github.com/programble/inth-oauth2 //! [github]: https://github.com/programble/inth-oauth2
//! //!
//! Implementation of [RFC6749](http://tools.ietf.org/html/rfc6749).
//!
//! ## Providers //! ## Providers
//! //!
//! `inth_oauth2` can be used with any OAuth 2.0 provider, but provides defaults for a few common //! `inth_oauth2` can be used with any OAuth 2.0 provider, but provides defaults for a few common