Skip to content

Commit

Permalink
Fix crate name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktanaka101 committed Nov 22, 2024
1 parent 32ff597 commit 7f0b17b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# J-Quants API Client

[![Build Status](https://github.com/ktanaka101/jquants-api-client-rust/actions/workflows/rust.yml/badge.svg)](https://github.com/ktanaka101/jquants-api-client-rust/actions)
[![Crates.io](https://img.shields.io/crates/v/jquants_api_client.svg)](https://crates.io/crates/jquants_api_client)
[![Crates.io](https://img.shields.io/crates/v/jquants-api-client.svg)](https://crates.io/crates/jquants-api-client)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

## Table of Contents
Expand Down Expand Up @@ -66,11 +66,11 @@ For an in-depth understanding of the data provided, service usage, and API speci

## Installation

Ensure Rust is installed on your system. Then, add the `jquants_api_client` to your `Cargo.toml`:
Ensure Rust is installed on your system. Then, add the `jquants-api-client` to your `Cargo.toml`:

```toml
[dependencies]
jquants_api_client = "0.1.0"
jquants-api-client = "0.1.0"
```

## Supported APIs
Expand Down Expand Up @@ -235,7 +235,7 @@ If you encounter any bugs or have feature suggestions, please open an issue on t

## Documents

Comprehensive documentation is available [here](https://docs.rs/jquants_api_client).
Comprehensive documentation is available [here](https://docs.rs/jquants-api-client).

For API reference, visit the [API Specifications (English)](https://jpx.gitbook.io/j-quants-en), [API Specifications (Japanese)](https://jpx.gitbook.io/j-quants-ja).

Expand Down

0 comments on commit 7f0b17b

Please sign in to comment.