Skip to content

Commit

Permalink
improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitYadav-codes committed Oct 29, 2023
1 parent ee4914c commit 13fdde5
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 @@ -38,11 +38,11 @@ Parser for DCM files [Data Conversion Format](https://www.etas.com/download-cent
```
2. **Update Parameters from Another DCMObject**:
```python
updated_names, missing_names = dcm_obj.update_from(other_dcm)
updated_names, missing_names = dcm_obj.update_from(other_dcm_obj)
```
3. **Add New Parameters from Another DCMObject**:
```python
dcm_obj.add_new_parameters_from(other_dcm)
dcm_obj.add_new_parameters_from(other_dcm_obj)
```

4. **Remove a Parameter**:
Expand Down

0 comments on commit 13fdde5

Please sign in to comment.