Skip to content

Commit a1192c5

Browse files
committed
README: minor changes
1 parent 75c0286 commit a1192c5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,8 @@ async {
4141
This example sets up a Flight SQL server listening on `127.0.0.1:50051`.
4242

4343

44-
# Acknowledgments
44+
## Acknowledgments
4545

4646
This repository was a Rust crate that was first built as a part of
4747
[datafusion-federation](https://github.com/datafusion-contrib/datafusion-federation/)
4848
repository.
49-
50-
For more details about the original repository, please visit
51-
[datafusion-federation](https://github.com/datafusion-contrib/datafusion-federation/).
52-

datafusion-flight-sql-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
77
description = "Datafusion flight sql server."
8-
readme = "README.md"
8+
readme.workspace = true
99

1010
[lib]
1111
name = "datafusion_flight_sql_server"

0 commit comments

Comments
 (0)