Skip to content

Commit

Permalink
docs: fix links and spelling in Markdown (#4239)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Feb 22, 2024
1 parent c4ff4e1 commit 3868130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ This folder contains the integrations for OpenDAL. Integrations are used to inte

## Available Integrations

- [`object_store_opendal`](./object_store): Use OpenDAL as a backend for the [object_store](https://docs.rs/object_store/latest/object_store/).
- [`object_store_opendal`](object_store/README.md): Use OpenDAL as a backend for the [object_store](https://docs.rs/object_store/latest/object_store/).

- [`dav-server-opendalfs`](./dav-server-opendalfs/): Use OpenDAL as a backend to access data in various service with WebDAV protocol.
- [`dav-server-opendalfs`](dav-server/README.md): Use OpenDAL as a backend to access data in various service with WebDAV protocol.
2 changes: 1 addition & 1 deletion integrations/dav-server/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# dav-server-opendalfs

`dav-server-opendalfs` is a integration which use OpenDAL as a backend to access data in various service with WebDAV protocol.
`dav-server-opendalfs` is an integration which uses OpenDAL as a backend to access data in various service with WebDAV protocol.

0 comments on commit 3868130

Please sign in to comment.