Skip to content

Commit a57fed2

Browse files
committed
Small edits to the data access documentation
1 parent c142880 commit a57fed2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/templates/data-access.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<ol>
1212
<li>
1313
<b>
14-
The <a href='https://github.com/rust-lang/crates.io-index'>crates.ioindex</a>.
14+
The <a href='https://github.com/rust-lang/crates.io-index'>crates.io index</a>.
1515
</b>
16-
This git repository is always kept up to date by crates.io, and it is used
16+
This git repository is updated by crates.io, and it is used
1717
by Cargo to speed up local dependency resolution. It contains the majority
18-
of the data exposed by crates.io and is cheap to clone and to update.
18+
of the data exposed by crates.io and is cheap to clone and get updates.
1919
</li>
2020
<li>
21-
<b>The database dumps (experimental).</b> The dumps contain all information
22-
exposed by the API in a single download. They are updated every six hours.
21+
<b>The database dumps (experimental).</b> The dump contains all information
22+
exposed by the API in a single download. It is updated every 24 hours.
2323
The latest dump is available at the address
2424
<a href='https://static.crates.io/db-dump.tar.gz'>https://static.crates.io/db-dump.tar.gz</a>.
2525
Information on using the dump is contained in the tarball.
@@ -28,7 +28,7 @@
2828
<b>Crawl the crates.io API.</b> This should be used as a last resort, and
2929
doing so is subject to our {{#link-to 'policies'}}crawling policy{{/link-to}}.
3030
If the index and the database dumps do not satisfy your needs, we're happy to
31-
discuss solutions to your needs that don't require you to crawl the registry.
31+
discuss solutions that don't require you to crawl the registry.
3232
You can email us at <a href="mailto:help@crates.io">help@crates.io</a>.
3333
</li>
3434
</ol>

0 commit comments

Comments
 (0)