Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jankozik committed May 22, 2023
1 parent 2805cb9 commit 8f0f7eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## ACadSharp ![Build&Test](https://github.com/DomCr/ACadSharp/actions/workflows/build_n_test.yml/badge.svg) ![License](https://img.shields.io/github/license/DomCr/ACadSharp) ![nuget](https://img.shields.io/nuget/v/Acadsharp)
## AutoCAD CSharp

C# library to read/write cad files like dxf/dwg.

Expand Down Expand Up @@ -39,7 +39,7 @@ private static void onNotification(object sender, NotificationEventArgs e)
}
```

For more examples [check](https://github.com/DomCR/ACadSharp/tree/master/ACadSharp.Examples).
For more examples [check](https://github.com/jankozik/ACadSharp/tree/master/ACadSharp.Examples).

WIP
---
Expand Down Expand Up @@ -94,4 +94,4 @@ Please feel free to fork this repo and send a pull request if you want to contri

Notice that this project is in an alpha version, not all the features are implemented and there can be bugs due to this so any PR with a bug fix will not have a priority.

If you want to contribute you can check the Dxf documentation [here](https://help.autodesk.com/view/OARX/2021/ENU/?guid=GUID-235B22E0-A567-4CF6-92D3-38A2306D73F3).
If you want to contribute you can check the Dxf documentation [here](https://help.autodesk.com/view/OARX/2021/ENU/?guid=GUID-235B22E0-A567-4CF6-92D3-38A2306D73F3).

0 comments on commit 8f0f7eb

Please sign in to comment.