diff --git a/docs/integrations/core-nodes/n8n-nodes-base.cron.md b/docs/integrations/core-nodes/n8n-nodes-base.cron.md index 053edcd10..03c6b0207 100644 --- a/docs/integrations/core-nodes/n8n-nodes-base.cron.md +++ b/docs/integrations/core-nodes/n8n-nodes-base.cron.md @@ -2,9 +2,9 @@ The Cron node is useful to schedule the workflows to run periodically at fixed dates, times, or intervals. This works in a similar way to the [cron](https://en.wikipedia.org/wiki/Cron) software utility in Unix-like systems. This core node is a Trigger node. -!!! note " Keep in mind" +!!! note "Keep in mind" 1. If a workflow is using the Cron node as a trigger, make sure that you save and activate the workflow. -2. Make sure that the timezone is set correctly for the n8n instance (or the workflow). + 2. Make sure that the timezone is set correctly for the n8n instance (or the workflow). diff --git a/docs/integrations/credentials/nasa.md b/docs/integrations/credentials/nasa.md index 09a31b377..798cff10e 100644 --- a/docs/integrations/credentials/nasa.md +++ b/docs/integrations/credentials/nasa.md @@ -1,14 +1,15 @@ # NASA You can use these credentials to authenticate the following nodes with NASA. + - [NASA](/integrations/nodes/n8n-nodes-base.nasa/) -## Using API Key +## Using an API key 1. Access the [NASA Open APIs](https://api.nasa.gov/) page. -2. Scroll down to the ***Generate API Key*** section. +2. Scroll down to the **Generate API Key** section. 3. Enter the required information. -3. Click on the ***Signup*** button. -4. Use this ***API Key*** with your NASA node credentials in n8n. +3. Click on the **Signup** button. +4. Use this **API Key** with your NASA node credentials in n8n. ![Getting NASA credentials](/_images/integrations/credentials/nasa/using-api.gif)