From 7594a25616a4f4d0fb9540a578b1d78a343b9abf Mon Sep 17 00:00:00 2001 From: Gilles Peiffer Date: Wed, 16 Oct 2019 16:26:19 +0200 Subject: [PATCH] Remove reference to `examples` folder --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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