Skip to content

Commit

Permalink
docs: apply last suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: MathisGD <[email protected]>
Signed-off-by: Merlin Egalite <[email protected]>
  • Loading branch information
MerlinEgalite and MathisGD authored Oct 10, 2023
1 parent ad71fe4 commit fd89539
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ It solely relies on internal libraries in the [`src/libraries`](./src/libraries)
Libaries in the [`src/libraries/periphery`](./src/libraries/periphery) directory are not used by Morpho Blue.
They are useful helpers that integrators can reuse or adapt to their own needs.

The [src/mocks](./src/mocks) directory contains contracts designed exclusively for testing.
The [`src/mocks`](./src/mocks) directory contains contracts designed exclusively for testing.

You'll find relevant comments in [Morpho's interface](./src/interfaces/IMorpho.sol), notably a list of assumptions about market dependencies.
You'll find relevant comments in [`IMorpho.sol`](./src/interfaces/IMorpho.sol), notably a list of requirements about market dependencies.

## Getting Started

Expand All @@ -40,9 +40,7 @@ All audits are stored in the [audits](./audits/)' folder.
## Licences

The primary license for Morpho Blue is the Business Source License 1.1 (`BUSL-1.1`), see [`LICENSE`](./LICENSE).
However, some files are dual licensed under `GPL-2.0-or-later`.

All files in the following folders can also be licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers):
However, all files in the following folders can also be licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers):
- `src/interfaces`, see [`src/interfaces/LICENSE`](./src/interfaces/LICENSE)
- `src/libraries`, see [`src/libraries/LICENSE`](./src/libraries/LICENSE)
- `src/mocks`, see [`src/mocks/LICENSE`](./src/mocks/LICENSE)
Expand Down

0 comments on commit fd89539

Please sign in to comment.