diff --git a/sources/academy/platform/getting_started/creating_actors.md b/sources/academy/platform/getting_started/creating_actors.md index 0e6e8d1eee..dbcd42f979 100644 --- a/sources/academy/platform/getting_started/creating_actors.md +++ b/sources/academy/platform/getting_started/creating_actors.md @@ -5,8 +5,6 @@ sidebar_position: 2 slug: /getting-started/creating-actors --- -# Creating Actors {#creating-actors} - **This lesson offers hands-on experience in building and running Actors in Apify Console using a template. By the end of it, you will be able to build and run your first Actor using an Actor template.** --- @@ -42,7 +40,7 @@ You can also push your existing code from your local machine using [Apify CLI](/ Python, JavaScript, and TypeScript have several template options that you can use. -> You can select one from the list on this page or you can browse all the templates in the template library by clicking on the **View all templates** button in the right corner. +> You can select a template from the list on this page, or browse all available templates in the template library by selecting the **View all templates** button in the corner. Alternatively, you can view all templates on the [Apify website](https://apify.com/templates). For example, let's choose the **Start with JavaScript** template and click on the template card.