Skip to content

Commit a68f540

Browse files
Update README.md
1 parent 07de08f commit a68f540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Magpy-Force
1+
# Magpylib-Force
22

3-
This package provides force and torque computation for Magpylib objects.
3+
This package provides force and torque computation for Magpylib objects. Its work in progress and will finally be integrate into the Magpylib package.
44

55
# Installation
66

@@ -24,4 +24,4 @@ cube2.mesh = (10,10,10)
2424
F,T = getFTcube(cube1, [cube2, cube2.copy()], anchor=(0,0,0))
2525
print(F)
2626
print(T)
27-
```
27+
```

0 commit comments

Comments
 (0)