Skip to content

Commit

Permalink
Fix docs typo AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Einliterflasche committed Aug 29, 2023
1 parent 513b896 commit b74cfc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pg-worm-derive/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pg-worm-derive
This is the proc macro crate for deriving the `Model` trait from
`pg-worm``. See `pg-worm`` for more information.
`pg-worm`. See `pg-worm` for more information.
4 changes: 2 additions & 2 deletions pg-worm/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `pg-worm``
# `pg-worm`
[![Latest Version](https://img.shields.io/crates/v/pg-worm.svg)](https://crates.io/crates/pg-worm)
![GitHub Actions Testing](https://github.com/Einliterflasche/pg-worm/actions/workflows/rust.yml/badge.svg)
[![docs](https://docs.rs/pg-worm/badge.svg)](https://docs.rs/pg-worm)
[![license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

### *P*ost*g*reSQL's *W*orst *ORM*
`pg-worm`` is a straightforward, fully typed, async ORM and Query Builder for PostgreSQL.
`pg-worm` is a straightforward, fully typed, async ORM and Query Builder for PostgreSQL.
Well, at least that's the goal.

## Features/Why `pg-worm`?
Expand Down
4 changes: 2 additions & 2 deletions pg-worm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
# `pg-worm``
# `pg-worm`
[![Latest Version](https://img.shields.io/crates/v/pg-worm.svg)](https://crates.io/crates/pg-worm)
![GitHub Actions Testing](https://github.com/Einliterflasche/pg-worm/actions/workflows/rust.yml/badge.svg)
[![docs](https://docs.rs/pg-worm/badge.svg)](https://docs.rs/pg-worm)
[![license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
### *P*ost*g*reSQL's *W*orst *ORM*
`pg-worm`` is a straightforward, fully typed, async ORM and Query Builder for PostgreSQL.
`pg-worm` is a straightforward, fully typed, async ORM and Query Builder for PostgreSQL.
Well, at least that's the goal.
## Features/Why `pg-worm`?
Expand Down

0 comments on commit b74cfc3

Please sign in to comment.