From abae975f59a6c8e53e64bca9e125b5ca7552fcd2 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sun, 29 Sep 2019 17:20:42 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 933bca5..24b2c7e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ See the JSON API Spec here: https://jsonapi.org/format/ ## Quick Start +:warning: The following Google Colab examples have correct code, but there appears to be an bug in the branch of the Swift compiler currently being used by the Google Colab Swift notebooks so the `JSONAPI` package cannot be pulled in and you cannot run the examples in-browser. + ### Clientside - [Basic Example](https://colab.research.google.com/drive/1IS7lRSBGoiW02Vd1nN_rfdDbZvTDj6Te) - [Compound Example](https://colab.research.google.com/drive/1BdF0Kc7l2ixDfBZEL16FY6palweDszQU)