Skip to content

Commit

Permalink
readme: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestas-poskus committed Sep 7, 2023
1 parent d795648 commit 2f14c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "oauth-certs"
version = "0.3.0"
edition = "2021"
description = """
The project fetches oauth certificates from providers during build time and stores them as lazy structures for retrieval.
The project fetches oauth certificates from providers during runtime and stores them in static Read / Write lock.
"""
documentation = "https://docs.rs/oauth-certs"
homepage = "https://github.com/pagescrape/oauth-certs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# oauth-certs [![CI](https://github.com/pagescrape/oauth-certs/actions/workflows/rust.yml/badge.svg)](https://github.com/pagescrape/oauth-certs/actions/workflows/rust.yml)

The project fetches oauth certificates from providers during build time and stores them as lazy structures for retrieval.
The project fetches oauth certificates from providers during runtime and stores them in static Read / Write lock.

### The gist of basic usage

Expand Down

0 comments on commit 2f14c64

Please sign in to comment.