Skip to content

Commit

Permalink
fix .md
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Dec 19, 2024
1 parent 87006cf commit 1227af6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _Data Integration for Production Data Stores. :dizzy:_
## Overview

Conduit is a data streaming tool written in Go. It aims to provide the best user
experience for building and running real-time data pipelines. Conduit comes with
experience for building and running real-time data pipelines. Conduit comes with
common connectors, processors and observability data out of the box.

Conduit pipelines are built out of simple building blocks which run in their own
Expand Down Expand Up @@ -44,7 +44,7 @@ Conduit was created and open-sourced by [Meroxa](https://meroxa.io).

## Quick start

https://conduit.io/docs/getting-started
<https://conduit.io/docs/getting-started>

## Installation guide

Expand All @@ -58,7 +58,7 @@ simply run it!
./conduit
```

Once you see that the service is running, the configured pipeline should start
Once you see that the service is running, the configured pipeline should start
processing records automatically. You can also interact with
the [Conduit API](#api) directly, we recommend navigating
to `http://localhost:8080/openapi` and exploring the HTTP API through Swagger
Expand Down Expand Up @@ -147,8 +147,8 @@ each configuration option based on the following priorities:
connection-string: postgres://localhost:5432/conduitdb # -db.postgres.connection-string or CONDUIT_DB_POSTGRES_CONNECTION_STRING
```
This parsing configuration is provided thanks to our own CLI library [ecdysis](https://github.com/conduitio/ecdysis),
which builds on top of [Cobra](https://github.com/spf13/cobra) and uses [Viper](https://github.com/spf13/viper) under the hood.
This parsing configuration is provided thanks to our own CLI library [ecdysis](https://github.com/conduitio/ecdysis),
which builds on top of [Cobra](https://github.com/spf13/cobra) and uses [Viper](https://github.com/spf13/viper) under the hood.

Check failure on line 151 in README.md

View workflow job for this annotation

GitHub Actions / markdownlint-cli2

Line length

README.md:151:121 MD013/line-length Line length [Expected: 120; Actual: 127] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md
## Storage
Expand Down

0 comments on commit 1227af6

Please sign in to comment.