fix: README & Comment typos

This commit is contained in:
Jack Wills
2022-09-27 19:50:33 -04:00
parent 57c27d06c7
commit cde843d2ad
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
<p align="center">
<img src='./.github/logo.svg' width='100px'/>
<h1 align="center">oxker</h1>
<div align="center">A simple tui to view & control docker containers</dive>
</p>
<div align="center">A simple tui to view & control docker containers</div>
</p>
<p align="center">
+1 -1
View File
@@ -39,7 +39,7 @@ pub enum Header {
Tx,
}
/// Convert errors into strings to display
/// Convert Header enum into strings to display
impl fmt::Display for Header {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
let disp = match self {