fix errors in comments

This commit is contained in:
David Sertic
2023-06-14 10:10:31 +02:00
parent 45ad00c8ef
commit 729a214500
@@ -3,7 +3,7 @@ title: Quick Start in Cloud
weight: 10
---
# Getting stared with Qdrant Cloud
# Getting started with Qdrant Cloud
To use Qdrant Cloud, you will need to create at least one cluster. There are two ways to start:
1. Create a Free Tier cluster with 1 node and a default configuration (1GB RAM, 0.5 CPU and 20GB Disk).
@@ -46,7 +46,7 @@ curl \
> Please read [Capacity and Sizing](https://qdrant.tech/documentation/cloud/capacity/) to make the right choice. If you need more capacity per node, [let us know](mailto:cloud@qdrant.io).
7. Choose the number of CPUs per node (0.5 core to 16 cores). The max/min number of CPUs is coupled to the chosen RAM size.
8. Select the number of nodes you want the cluster to be deployed on.
> Each node is automatically attached with a disc space offering enough space for your data if you decide to put the metadata or even the index on the disc storage.
> Each node is automatically attached with a disk space offering enough space for your data if you decide to put the metadata or even the index on the disc storage.
9. Click **Create** and wait for your cluster to be provisioned.
Your cluster will be reachable on port 443 and 6333 (Rest) and 6334 (Grpc).