diff --git a/README.md b/README.md index ac19e3c..04174e1 100644 --- a/README.md +++ b/README.md @@ -18,23 +18,22 @@ Google turned down the older versions of the REST API on September 30th, 2016. V ## Table of Contents ## -- [Examples](#examples) - -- [New in version 4.0](#new-in-version-40) -- [New in version 3.0](#new-in-version-30): [Datastore REST API v1 (Sep 2016)](#using-the-datastore-rest-api-v1-sep-2016) -- [Changes in version 2.0](#changes-in-version-20) -- [Getting Started](#getting-started) including installation with Composer and setup for GDS Emulator -- [Defining Your Model](#defining-your-model) -- [Creating Records](#creating-records) -- [Geopoint Support](#geopoint) -- [Queries, GQL & The Default Query](#queries-gql--the-default-query) -- [Multi-tenant Applications & Data Namespaces](#multi-tenant-applications--data-namespaces) -- [Entity Groups, Hierarchy & Ancestors](#entity-groups-hierarchy--ancestors) -- [Transactions](#transactions) -- [Data Migrations](#data-migrations) -- [More About Google Cloud Datastore](#more-about-google-cloud-datastore) -- [Unit Tests](#unit-tests) -- [Footnotes](#footnotes) +* [Examples](#examples) +* [New in version 4.0](#new-in-version-40) +* [Changes in version 3.0](#changes-in-version-30): [Datastore REST API v1 (Sep 2016)](#using-the-datastore-rest-api-v1-sep-2016) +* [Changes in version 2.0](#changes-in-version-20) +* [Getting Started](#getting-started) including installation with Composer and setup for GDS Emulator +* [Defining Your Model](#defining-your-model) +* [Creating Records](#creating-records) +* [Geopoint Support](#geopoint) +* [Queries, GQL & The Default Query](#queries-gql--the-default-query) +* [Multi-tenant Applications & Data Namespaces](#multi-tenant-applications--data-namespaces) +* [Entity Groups, Hierarchy & Ancestors](#entity-groups-hierarchy--ancestors) +* [Transactions](#transactions) +* [Data Migrations](#data-migrations) +* [More About Google Cloud Datastore](#more-about-google-cloud-datastore) +* [Unit Tests](#unit-tests) +* [Footnotes](#footnotes) ## Examples ## @@ -92,10 +91,10 @@ Code: https://github.com/tomwalder/php-gds-demo ## New in Version 4.0 ## -* More consistent use of `DateTime` objects - now all result sets will use them instead of `'Y-m-d H:i:s'` strings -* Move the `google/auth` to an optional dependency +* More consistent use of `DateTime` objects - now all result sets will use them instead of `Y-m-d H:i:s` strings +* Move the `google/auth` to an optional dependency - if you need the REST API -## New in Version 3.0 ## +## Changes in Version 3.0 ## * Support for the new **Datastore API, v1 - via REST** (gRPC to come) * Removal of support for the old 1.x series "PHP Google API Client"