Skip to content

Commit 1f7a8b1

Browse files
author
Derek Dowling
committed
Updating readme
1 parent e27b3ad commit 1f7a8b1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,23 @@ APIs. Great for Ember.js!
1010

1111
# Packages
1212

13-
### jsh - JSON Spec Handler
13+
### jsh - JSON Specification Handler
1414

1515
```go
1616
import github.com/derekdowling/go-json-spec-handler
1717
```
1818

19-
For Building Your OWN JSON Spec API
19+
Perfect middleware, or input/output handling for a new, or existing API server.
20+
21+
### jsc - JSON Specification Client
22+
23+
```go
24+
import github.com/derekdowling/go-json-spec-handler/client
25+
```
26+
27+
HTTP Client for interacting with JSON APIs.
28+
29+
### Features
2030

2131
Implemented:
2232

0 commit comments

Comments
 (0)