Skip to content

Commit

Permalink
Fix category name
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Mar 3, 2018
1 parent d49003f commit ee74e76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions _posts/2017-09-19-plugin-part-1-anatomy-of-a-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ It’s primary tasks are:

### PluginContext Example

```
```javascript
module.exports = {
version: '1.2.0',
init: function (pluginContext) {
Expand Down Expand Up @@ -119,7 +119,7 @@ If the plugin contains a policy, the policy is also declared within the `policie

#### Plugin Installation Example

```
```bash
➜ eg plugin install express-gateway-plugin-example
? Set value for baseUrl: http://example.com
? Set value for maxRequestsPerSecond: 100
Expand All @@ -129,7 +129,7 @@ Plugin installed!
```
inside the [system.config.yml][system-config-yml], a plugin entry with parameters will be written

```
```yaml
plugins:
example:
package: express-gateway-plugin-example
Expand All @@ -139,7 +139,7 @@ plugins:

the Express Gateway plugin example comes with an example policy that is also entered within the [gateway.config.yml][gateway-config-yml]

```
```yaml
policies:
- cors
- log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Developer Spotlight: Compare Amazon API Gateway vs Express Gateway'
date: 2018-02-02 00:00:00 Z
categories:
- comparision
- comparison
layout: post
author: Valeri Karpov
---
Expand Down

0 comments on commit ee74e76

Please sign in to comment.