Skip to content

Commit

Permalink
Tweak headings in readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrne00 committed Dec 11, 2023
1 parent f75a4db commit 4c86a83
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDO KIT
# MondoKit

A helpful toolkit to simplify building NodeJS applications on the cloud. The most mature set of libraries is currently focussed on Google Cloud Platform (GCP).

Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-bigquery/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDOKIT GCP BIGQUERY
# MondoKit GCP BigQuery

Simplifies BigQuery client initialisation and common BigQuery operations.

Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDOKIT GCP CORE
# MondoKit GCP Core

The core stuff needed for most apps.

Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-datastore-backups/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDOKIT GCP DATASTORE BACKUPS
# MondoKit GCP Datastore Backups

Module to perform scheduled Datastore exports in your app.

Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-datastore/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDOKIT GCP DATASTORE
# MondoKit GCP Datastore

Use Cloud Datastore (or Firestore in Datastore Mode) as your app db including [DataLoader](https://github.com/graphql/dataloader) implementation GraphQL
and request level caching.
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-firebase-auth/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDOKIT GCP FIREBASE AUTH
# MondoKit GCP Firebase Auth

Use Firebase Auth to authenticate your users

Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-firestore-backups/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDOKIT GCP FIRESTORE BACKUPS
# MondoKit GCP Firestore Backups

Module to perform scheduled Firestore exports in your app.

Expand Down
4 changes: 2 additions & 2 deletions packages/gcp-firestore-migrations/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MONDOKIT GCP FIRESTORE MIGRATIONS
# MondoKit GCP Firestore Migrations

Setup and Run migrations, with state stored in firestore and a mutex lock to ensure only one is run at a time
Setup and Run migrations, with state stored in Firestore and a mutex lock to ensure only one is run at a time

[Official documentation](https://mondokit.dev/packages/gcp-migrations.html)
2 changes: 1 addition & 1 deletion packages/gcp-firestore/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDOKIT GCP FIRESTORE
# MondoKit GCP Firestore

Use Firestore in Native mode as your app db including [DataLoader](https://github.com/graphql/dataloader) implementation GraphQL
and request level caching.
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-google-auth/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDOKIT GCP GOOGLE AUTH
# MondoKit GCP Google Auth

Utilities extending on [Google Auth Library](https://github.com/googleapis/google-auth-library-nodejs#readme), such as middleware to validate Google JWT.

Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-storage/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDOKIT GCP STORAGE
# MondoKit GCP Storage

Use Cloud Storage in your app.

Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-tasks/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MONDOKIT GCP TASKS
# MondoKit GCP Tasks

Use Cloud Tasks to call task handler endpoints in your app.

Expand Down

0 comments on commit 4c86a83

Please sign in to comment.