From ff186bf3a40d0c9dad7e6cb3d92ce53e8cff300a Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Wed, 16 Jan 2019 16:24:43 +0100 Subject: [PATCH] Fix the link to the examples dir in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0335e5..7d21c8a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ const ocean: Ocean = await Ocean.getInstance({ ### Examples -* [Examples](/src/examples/squid) +* [Examples](/src/examples/) * [Tuna](https://github.com/oceanprotocol/tuna/examples/squid) ## Development @@ -142,4 +142,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.