Skip to content

Commit

Permalink
chore: fix some typo errors on README
Browse files Browse the repository at this point in the history
  • Loading branch information
limcross committed Nov 9, 2022
1 parent 0b19a0b commit 1697293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ The `@multi-region` allows to deploy Architect projects on multi regions using D

- The `primary` entry define the aws main region of your application. The region where you app is currently running.
- The `replicas` entry is an array of aws regions where you plan to deploy your application.
- The `skip-buckets` entry is an array of buckets, with the strategy specification.
- The `skip-buckets` entry is an array of buckets that you want or don't want to reference.
* This feature is only compatible with `@architect/plugin-storage-public` and `@architect/plugin-storage-private` plugins.
* This entry is optional. By default, this plugin reference all buckets inside your project from the original region.
* If there are any tables that you are not interested in reference the bucket, you can add it here.
* If there are any bucket that you are not interested in reference, you can add it here. We'll let architect create it, and it's up to you whether to use it or not.
- The `skip-tables` entry is an array of architect tables that you want or don't want to replicate.
* This entry is optional. By default, this plugin replicates all tables inside your project.
* Replicating data can be expensive. If there are any tables that you are not interested in replicating, you can add it here.
Expand Down

0 comments on commit 1697293

Please sign in to comment.