Skip to content

Commit

Permalink
doc: typos and wording (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-i committed Oct 28, 2022
1 parent bbabfc0 commit 9745b18
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/0. Introduction/1. Getting Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Getting started with Flamingo

## Hello World Example
If you want to see a very simple and basic Flamingo application then follow these steps:
If you want to experience a very simple and basic Flamingo application then follow these steps:

1. Make sure you have Go >= 1.13 installed: https://golang.org/doc/install

Expand Down Expand Up @@ -30,7 +30,7 @@ If you want to see a very simple and basic Flamingo application then follow thes

## Flamingo from scratch

If you want to start with an empty project then follow this steps:
If you want to start a new project then follow these steps:

1. Initialize project
```bash
Expand All @@ -56,12 +56,11 @@ func main() {
go run main.go
```


## How to continue

* Start with [Hello World Tutorial](./2. Tutorial Hello World.md) to build your "Hello World" example step by step and learn some of flamingo features.
* Start with [Hello World Tutorial](./2. Tutorial Hello World.md) to build your "Hello World" example step by step and learn some of Flamingo's features.
* Continue with [Hello Flamingo Carotene](https://github.com/i-love-flamingo/example-flamingo-carotene) to learn the features of the pug template engine and the flamingo-carotene frontend pipeline.
* Continue with [Open Weather Example](https://github.com/i-love-flamingo/example-openweather) to learn how to build an application that connects to an external service step by step.
* Continue with the [Open Weather Example](https://github.com/i-love-flamingo/example-openweather) to learn how to build an application that connects to an external service step by step.


## Read through the Manuals
Expand Down

0 comments on commit 9745b18

Please sign in to comment.