Skip to content

Commit 30c5027

Browse files
committed
updated Readme
1 parent d9e4293 commit 30c5027

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AutoCADlib Module
1+
# AutoCAD Module
22

33
[![GitHub](https://img.shields.io/badge/GitHub-Jones--peter-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Jones-peter)    [![Instagram](https://img.shields.io/badge/Instagram-jones__peter__-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://www.instagram.com/jones_peter__/)    [![LinkedIn](https://img.shields.io/badge/LinkedIn-Jones--Peter-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/jones-peter-121157221/)
44

@@ -20,7 +20,7 @@
2020

2121
## Overview
2222

23-
The `AutoCADlib` module provides a comprehensive interface for interacting with AutoCAD through Python. It leverages the COM client to automate tasks within AutoCAD, allowing for efficient manipulation of drawings and objects.
23+
The `AutoCAD` module provides a comprehensive interface for interacting with AutoCAD through Python. It leverages the COM client to automate tasks within AutoCAD, allowing for efficient manipulation of drawings and objects.
2424

2525
## Features
2626

@@ -36,7 +36,7 @@ The `AutoCADlib` module provides a comprehensive interface for interacting with
3636
Ensure you have Python installed along with the necessary packages:
3737

3838
```bash
39-
pip install AutoCADlib
39+
pip install AutoCAD
4040
```
4141

4242
## Usage
@@ -46,7 +46,7 @@ pip install AutoCADlib
4646
To start using the module, initialize the `AutoCAD` class:
4747

4848
```python
49-
from AutoCADlib import AutoCAD
49+
from AutoCAD import AutoCAD
5050

5151
cad = AutoCAD()
5252
```

0 commit comments

Comments
 (0)