From 229e4e042132183b57595641abadb1d3910ed8df Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Fri, 22 Mar 2024 12:32:33 +0100 Subject: [PATCH] Update the README --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4caddd89..32b7d7e1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Former ## A Laravelish way to create and format forms -[![Build Status](http://img.shields.io/travis/formers/former.svg?style=flat)](https://travis-ci.org/formers/former) [![Latest Stable Version](http://img.shields.io/packagist/v/anahkiasen/former.svg?style=flat)](https://packagist.org/packages/anahkiasen/former) [![Total Downloads](http://img.shields.io/packagist/dt/anahkiasen/former.svg?style=flat)](https://packagist.org/packages/anahkiasen/former) @@ -66,12 +65,8 @@ Add then alias Former's main class by adding its facade to the `aliases` array i 'Former' => 'Former\Facades\Former', -### Table of contents +----- -- [Getting started][] -- [Features][] -- [Usage and Examples][] +### Documentation - [Getting started]: https://github.com/formers/former/wiki/Getting-started - [Features]: https://github.com/formers/former/wiki/Features - [Usage and Examples]: https://github.com/formers/former/wiki/Usage-and-Examples +Please refer to the [wiki](https://github.com/formers/former/wiki) for the full documentation.