Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thes01 authored Apr 2, 2024
1 parent f2f0eda commit ce4c6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Defined similarly to an ellipse/elliptical arc. See the type definitions in `ske

B-Spline from planegcs is currently not yet fully supported. (WIP)

# Constaints
# Constraints

Planegcs supports a wide range of constraints. All available constraint types are in `planegcs_dist/constraints.ts`.

Expand Down Expand Up @@ -215,4 +215,4 @@ To run a script that updates the FreeCAD source files, run `npm run update-freec

# Tests

The tests for the library are in the `test` folder and can be run with `npm test`. A subset of tests that doesn't require the compiled WebAssembly module can be run with `npm run test:basic`.
The tests for the library are in the `test` folder and can be run with `npm test`. A subset of tests that doesn't require the compiled WebAssembly module can be run with `npm run test:basic`.

0 comments on commit ce4c6d0

Please sign in to comment.