Skip to content

Commit ebb0e17

Browse files
committed
Change readme markup from rst to markdown
1 parent 087352e commit ebb0e17

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.4.0"
44
authors = ["Alex"]
55
edition = "2018"
66
description = "Application for replication data between kafka clusters."
7-
readme = "README.rst"
7+
readme = "README.md"
88
repository = "https://github.com/lispython/kafka-replicator/"
99
license-file = "LICENSE"
1010
keywords = ["kafka", "replication", "observer"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
replicator:
99
# docker-compose -f docker-compose.yml run --rm --service-ports app cargo run --bin=replicator --verbose -- --config=fixtures/example_config.toml -p 9445 -h 0.0.0.0
1010

11-
docker-compose -f docker-compose.yml run --rm --use-aliases --service-ports app cargo run --bin=replicator --verbose -- fixtures/example_config.toml
11+
docker-compose -f docker-compose.yml run --rm --use-aliases --service-ports app cargo run --bin=replicator --verbose -- examples/example_config.toml
1212

1313
up:
1414
docker-compose -f docker-compose.yml up --rm

README.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)