Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Molinari committed Feb 22, 2019
1 parent b45bfef commit 8075618
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ npm install --save koa-power

## Usage & Examples

Minimal example:
Minimal example - examples/minimal.js

```ecmascript 6
```javascript
const Power = require('koa-power');
const {log} = Power;

Expand All @@ -32,9 +32,9 @@ const main = app => {
Power.load(main);
```

Extended Example
Extended Example - examples/extended.js

```ecmascript 6
```javascript
const Power = require('koa-power');
const {log} = Power;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-power",
"version": "1.0.0",
"version": "1.0.1",
"description": "Koa with superpowers! Effortless clustering, logging, response time & colors with Koa.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8075618

Please sign in to comment.