Skip to content

Commit

Permalink
Update xurl version to 0.2.3 and enhance README for OAuth 2.0 configu…
Browse files Browse the repository at this point in the history
…ration.
  • Loading branch information
santiagomed committed Dec 18, 2024
1 parent b5c8291 commit 45ebdde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xurl"
version = "0.1.0"
version = "0.2.3"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ curl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh |

## Configuration

Add the following to your environment variables:
Add the following to your environment variables if you want to use OAuth 2.0:

```env
export CLIENT_ID=your_client_id
Expand Down

0 comments on commit 45ebdde

Please sign in to comment.