From e077fdf607bbb24fb9dfc40cfcb24210bc022a9e Mon Sep 17 00:00:00 2001 From: Siavash Malekpour Date: Tue, 21 Feb 2017 15:03:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9055199..781a5df 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ gapi-js =========== A simple js client for gapi based on [SuperAgent](https://github.com/visionmedia/superagent) -> This project is still in alpha phase and not ready for actual use +> **Important:** as of now gapi-js only supports a subset of resources. Look in [src/gapi-resources.js](https://github.com/gadventures/gapi-js/blob/master/src/gapi-resources.js) to see the list of supported resources. Usage -----