| ... | ... | @@ -31,7 +31,7 @@ export class Data { | 
|  |  | } | 
|  |  | ``` | 
|  |  |  | 
|  |  | ## Crud Methods | 
|  |  | ## CRUD Methods | 
|  |  | * `create`: for POSTing one record at a time. ARGS: (body) | 
|  |  | * `read`: for GETing one record at a time. ARGS: (id, bypassCache) | 
|  |  | * `readList`: for GETing a list of the first page of records of a model. ARGS: (params) | 
| ... | ... | @@ -54,3 +54,6 @@ example usage: | 
|  |  | } | 
|  |  | ... | 
|  |  | ``` | 
|  |  |  | 
|  |  | ## other options | 
|  |  | JSData v3 is in beta as of Jan 2017 and might be worth revisiting as an in-browser data store solution | 
|  |  | \ No newline at end of file |