Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omjadas committed Aug 31, 2021
1 parent 1ebea31 commit 77d996d
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
@@ -1,6 +1,6 @@
[package]
name = "hudsucker"
version = "0.1.1"
version = "0.1.2"
edition = "2018"
description = "MITM HTTP/S proxy"
documentation = "https://docs.rs/hudsucker"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Hudsucker is a MITM HTTP/S that allows you to:
//! Hudsucker is a MITM HTTP/S proxy that allows you to:
//!
//! - Modify HTTP/S requests
//! - Modify HTTP/S responses
Expand Down

0 comments on commit 77d996d

Please sign in to comment.