From 8779cc64125c1507c82a2b5613c6bffa30b294d7 Mon Sep 17 00:00:00 2001 From: Adam Quaile Date: Fri, 28 Mar 2014 10:17:22 +0000 Subject: [PATCH] Fixed link typo --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2b06a5..7ea753c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Small library to read JSON files from a directory and turn them into PHP objects ## Main Features - Small / simple [query API](docs/02-Querying.md) - - Can either [map to objects you define](docs/03-Custom_Mappings.md), or use standard `stdObject` + - Can either [map to objects you define](docs/04-Custom_Mappings.md), or use standard `stdObject` ## Installation diff --git a/composer.json b/composer.json index 0d00f7f..3ab89d6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adamquaile/json-object-mapper", - "version": "1.0.0", + "version": "1.0.1", "description": "Maps JSON files to PHP objects, intended for simple model separation and manual content authoring", "authors": [ {