Skip to content

Commit

Permalink
docs: update hapi site url
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Nov 28, 2019
1 parent a590e01 commit 966efc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hapi-swagger

This is a [OpenAPI (aka Swagger)](https://openapis.org/) plug-in for [HAPI](http://hapijs.com/) When installed it will self document the API interface
This is a [OpenAPI (aka Swagger)](https://openapis.org/) plug-in for [Hapi](https://hapi.dev/) When installed it will self document the API interface
in a project.

[![build status](https://img.shields.io/travis/glennjones/hapi-swagger.svg?style=for-the-badge)](http://travis-ci.org/glennjones/hapi-swagger)
Expand Down
2 changes: 1 addition & 1 deletion usageguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

## JSON body

The most common API endpoint with HAPI.js is one that POST's a JSON body.
The most common API endpoint with Hapi.js is one that POST's a JSON body.

```javascript
{
Expand Down

0 comments on commit 966efc1

Please sign in to comment.