diff --git a/README.md b/README.md index d00375c..4a6dfd9 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ allow anyone to make use of mutability when desired. The package allows users to indicate when a mutable implementation of a certain method is available through the use of so-called *traits*, as well as providing a simple way forusers to make operations fall back to these implementations. -Examples of implementations of this interface are given in the `examples` -folder. +An example implementation of this interface is given in the `src/bigint.jl`. ## Documentation