Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Apr 7, 2024
1 parent 148fca6 commit 4d8f6a7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ForCAD supports **B-Spline**, **NURBS**, **Bezier**, and **Rational Bezier** cur

## fpm dependency

If you want to use `ForCAD` as a dependency in your own fpm project,
If you want to use ForCAD as a dependency in your own fpm project,
you can easily include it by adding the following line to your `fpm.toml` file:

```toml
Expand All @@ -27,7 +27,7 @@ To get started, follow these steps:

**Clone the repository:**

Clone the `ForCAD` repository from GitHub:
Clone the ForCAD repository from GitHub:

```shell
git clone https://github.com/gha3mi/forcad.git
Expand All @@ -46,7 +46,7 @@ Once the examples have been executed, `.vtk` files will be generated within the

The most up-to-date API documentation for the master branch is available
[here](https://gha3mi.github.io/forcad/).
To generate the API documentation for `ForCAD` using
To generate the API documentation for ForCAD using
[ford](https://github.com/Fortran-FOSS-Programmers/ford) run the following
command:

Expand Down Expand Up @@ -75,8 +75,11 @@ This roadmap outlines upcoming features and enhancements for ForCAD. Feel free t

## Contributing

Contributions to `ForCAD` are welcome!
If you find any issues or would like to suggest improvements, please open an issue.
Contributions to ForCAD are welcome!

- If you find any issues or would like to suggest improvements, please open an issue.
- If you've implemented new features, fixed bugs, or enhanced existing functionality, please consider submitting a pull request (PR).
- Please share your examples by submitting a pull request (PR).

## References

Expand Down

0 comments on commit 4d8f6a7

Please sign in to comment.