Skip to content

Commit

Permalink
fix(libmake): 📝 Missing marker in block quote
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Nov 7, 2023
1 parent 669e3a2 commit 6f92ef9
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 207 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,13 @@ support additional platforms, please submit a pull request.

### Documentation

> ℹ️ **Info:** Do check out our [website][01] for more information. You
can find our documentation on [docs.rs][09], [lib.rs][10] and
[crates.io][08].
**Info:** Do check out our [website][01] for more information. You can find our documentation on [docs.rs][09], [lib.rs][10] and [crates.io][08].

## Usage

### Command-line interface

`LibMake` provides a command-line interface to generate a new library
project. There are a few options available to help you get started.
`LibMake` provides a command-line interface to generate a new library project. There are a few options available to help you get started.

#### Generate a new library using a CSV file

Expand Down Expand Up @@ -270,11 +267,9 @@ cargo run -- --author "John Smith" \

### Examples

To get started with `LibMake`, you can use the examples provided in the
`examples` directory of the project.
To get started with `LibMake`, you can use the examples provided in the `examples` directory of the project.

To run the examples, clone the repository and run the following command
in your terminal from the project root directory.
To run the examples, clone the repository and run the following command in your terminal from the project root directory.

| Example | Description | Command |
|---------|-------------|---------|
Expand Down
Loading

0 comments on commit 6f92ef9

Please sign in to comment.