Skip to content

Commit 17428c9

Browse files
committed
add missing periods
1 parent 24429ae commit 17428c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
dbdev is a package manager for Postgres [trusted lanuguage extensions](https://github.com/aws/pg_tle) (TLEs). It consists of:
2222

23-
- [database.dev](https://database.dev): our first-party package registry to store and distribute TLEs
24-
- dbdev CLI: a CLI for publishing TLEs to a registry
25-
- dbdev client: an in-database client for installing TLEs from registries
23+
- [database.dev](https://database.dev): our first-party package registry to store and distribute TLEs.
24+
- dbdev CLI: a CLI for publishing TLEs to a registry.
25+
- dbdev client: an in-database client for installing TLEs from registries.
2626

2727
If you want to publish your own TLE, you will need the dbdev CLI. Follow its [installation instructions](install.md) to get started.
2828

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The dbdev CLI is required to publish your TLE to [database.dev](https://database.dev/)
1+
The dbdev CLI is required to publish your TLE to [database.dev](https://database.dev/).
22

33
## Installation
44

@@ -14,4 +14,4 @@ Alternatively, you can build the binary from source. You will need to have [Rust
1414
If you have [cargo-install](https://doc.rust-lang.org/cargo/commands/cargo-install.html), you can perform all the above steps with a single command: ```cargo install --git https://github.com/supabase/dbdev.git dbdev```.
1515

1616

17-
Now you're ready to [publish your first package](publish.md)
17+
Now you're ready to [publish your first package](publish.md).

0 commit comments

Comments
 (0)