Skip to content

Commit

Permalink
doc: fix name change in README (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 authored Jan 12, 2023
1 parent 0d16915 commit a4ab97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Access data **efficiently**
use anyhow::Result;
use futures::StreamExt;
use futures::TryStreamExt;
use opendal::ObjectStreamer;
use opendal::ObjectReader;
use opendal::Object;
use opendal::ObjectMetadata;
use opendal::ObjectMode;
Expand All @@ -77,7 +77,7 @@ async fn main() -> Result<()> {
let op = Operator::from_env(Scheme::Fs)?;

// Create object handler.
let o = op.object("test_file");
let o = op.object("/tmp/test_file");

// Write data info object;
o.write("Hello, World!").await?;
Expand Down

1 comment on commit a4ab97c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-l7yoegfpo-databend.vercel.app

Built with commit a4ab97c.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.