Skip to content

Commit e48449e

Browse files
authored
Update README.md
1 parent 21cb944 commit e48449e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,10 @@ The classes used to call the API in [google-api-php-client-services](https://git
245245

246246
A JSON request to the [Datastore API](https://developers.google.com/apis-explorer/#p/datastore/v1beta3/datastore.projects.runQuery) would look like this:
247247

248-
```json
248+
```
249249
POST https://datastore.googleapis.com/v1beta3/projects/YOUR_PROJECT_ID:runQuery?key=YOUR_API_KEY
250-
250+
```
251+
```json
251252
{
252253
"query": {
253254
"kind": [{

0 commit comments

Comments
 (0)