Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdyer committed Jul 8, 2024
1 parent b566da5 commit f639bae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl Deepgram {
/// the base_url will be `http://deepgram.internal`.
///
/// Admin features, such as billing, usage, and key management will
/// still go through the hosted site at https://api.deepgram.com.
/// still go through the hosted site at `https://api.deepgram.com`.
///
/// Create your first API key on the [Deepgram Console][console].
///
Expand All @@ -119,10 +119,10 @@ impl Deepgram {
/// # Example:
///
/// ```
/// #use deepgram::Deepgram;
/// # use deepgram::Deepgram;
/// let deepgram = Deepgram::with_base_url(
/// "apikey12345",
/// "http://localhost:8080".parse().unwrap(),
/// "http://localhost:8080",
/// );
/// ```
///
Expand Down

0 comments on commit f639bae

Please sign in to comment.