Skip to content

Commit 5065246

Browse files
committed
Improve clarity
1 parent 4e09d01 commit 5065246

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pip install tinyff
4040
Code written for TinyFF 1 can be easily updated to work with TinyFF 2.
4141
All required changes are documented in the [Migration Guide](migration.md).
4242

43-
A complete list of changes is documented in [CHANGELOG.md](CHANGELOG.md).
43+
A complete list of changes can be found in [CHANGELOG.md](CHANGELOG.md).
4444

4545

4646
## Features

migration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Minor versions upgrades should maintain backward compatibility.
55
Only when the major version changes, you may need to make changes to code using TinyFF
66

77

8-
## Upgrading from TinyFF 1.x to 2.x
8+
## Upgrading from TinyFF 1 to 2
99

1010
The required changes are relatively minor:
1111

@@ -59,7 +59,6 @@ The required changes are relatively minor:
5959
- The pair potentials have undergone a similar change.
6060
If you want to calculate the derivative, you need to ask for it explicitly.
6161
By default, only the energy is computed.
62-
(They are now all derived from `PairwiseTerm` instead of `PairPotential`)
6362
For example, change from:
6463

6564
```python

0 commit comments

Comments
 (0)