Skip to content

Commit

Permalink
Fix npm badge url
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Jul 17, 2018
1 parent adc6eab commit bdf16a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -32,9 +32,9 @@ Create tinyurl/redirection service with ease.
go(config) // Start server on port 3000
```

## Example config
## Example configs

### JSON file `go-config.json`:
### `go-config.json`

```javascript
{
Expand All @@ -49,7 +49,7 @@ Create tinyurl/redirection service with ease.
}
```

### JS file `go-config.js`
### `go-config.js`

```javascript
// redirect everything to new-example.com
Expand All @@ -67,7 +67,7 @@ module.exports = {

[MIT](./LICENSE) © [Amio][author]

[npm-badge]:https://badgen.now.sh/npm/v/now-go.svg
[npm-badge]:https://badgen.now.sh/npm/v/now-go
[npm-link]: http://www.npmjs.com/package/now-go
[pp-badge]: https://packagephobia.now.sh/badge?p=now-go
[pp-link]: https://packagephobia.now.sh/result?p=now-go
Expand Down

0 comments on commit bdf16a5

Please sign in to comment.