Skip to content

Commit 826578f

Browse files
authored
docs(offline): fix typo in Readme about offline support libraries (#498)
1 parent 6115737 commit 826578f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ Be sure to check out all that [AWS AppSync](https://aws.amazon.com/appsync) has
2121

2222
Install the plugin via [Yarn](https://yarnpkg.com/lang/en/docs/install/)
2323

24-
```
24+
```bash
2525
yarn add serverless-appsync-plugin --dev
2626
```
2727

2828
or via [NPM](https://docs.npmjs.com/cli/install)
2929

30-
```
30+
```bash
3131
npm install serverless-appsync-plugin --save-dev
3232
```
3333

3434
## Configuring the plugin
3535

3636
Add `serverless-appsync-plugin` to the plugins section of `serverless.yml`
3737

38-
```
38+
```yaml
3939
plugins:
4040
- serverless-appsync-plugin
4141
```
@@ -707,7 +707,7 @@ There are 2 ways to work with offline development for serverless appsync.
707707

708708
[serverless-appsync-simulator](https://github.com/bboure/serverless-appsync-simulator) is a wrapper of aws's [amplify-cli](https://github.com/aws-amplify/amplify-cli) for serverless and this plugin. Both are actively maintained.
709709

710-
## serverless-appsync-simulator (deprecated/unmaintained)
710+
## serverless-appsync-offline (deprecated/unmaintained)
711711

712712
[serverless-appsync-offline](https://github.com/aheissenberger/serverless-appsync-offline) is based on [AppSync Emulator](https://github.com/ConduitVC/aws-utils/tree/appsync/packages/appsync-emulator-serverless). Both these packages are currently unmaintained.
713713

@@ -717,7 +717,7 @@ You can use [serverless-plugin-split-stacks](https://github.com/dougmoscrop/serv
717717

718718
1. Install [serverless-plugin-split-stacks](https://github.com/dougmoscrop/serverless-plugin-split-stacks)
719719

720-
```
720+
```bash
721721
yarn add --dev serverless-plugin-split-stacks
722722
or
723723
npm install --save-dev serverless-plugin-split-stacks

0 commit comments

Comments
 (0)