From d8ebe0e7c3e1d1920dffc3da2aa35f4f9b7c7765 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Wed, 14 Apr 2021 12:47:09 +0200 Subject: [PATCH] :hammer: Minor changes --- docs/nodes/nodes-library/nodes/GoogleSlides/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nodes/nodes-library/nodes/GoogleSlides/README.md b/docs/nodes/nodes-library/nodes/GoogleSlides/README.md index 87f8d2577..37dcd9859 100644 --- a/docs/nodes/nodes-library/nodes/GoogleSlides/README.md +++ b/docs/nodes/nodes-library/nodes/GoogleSlides/README.md @@ -27,7 +27,7 @@ You can find authentication information for this node [here](../../../credential ## Example Usage -This workflow allows you to get all the slides from a presentation and get thumbnails for the pages. You can also find the [workflow](https://n8n.io/workflows/1035) on n8n.io. This example usage workflow uses the following nodes. +This workflow allows you to get all the slides from a presentation and get the thumbnails for the pages. You can also find the [workflow](https://n8n.io/workflows/1035) on n8n.io. This example usage workflow uses the following nodes. - [Start](../../core-nodes/Start/README.md) - [Google Slides]() @@ -57,7 +57,7 @@ This Google Slides node will get all the slides from a presentation. 5. Toggle ***Return All*** to `true`. 6. Click on ***Execute Node*** to run the workflow. -In the screenshot below, you will observe that the node returns all the slides from the presentation. +In the screenshot below, you will notice that the node returns all the slides from the presentation. ![Using the Google Slides node to get slides from a presentation](./GoogleSlides_node.png)