From 734cc3c06b1325654e664f4395eb3912905be4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 9 Feb 2019 16:12:56 +0100 Subject: [PATCH] Fix link to semver --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be01b14..13e73bb8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You won't have to change a thing in your application's code.\* composer require stancl/tenancy ``` -This package follows [symantic versioning 2.0.0](https://symver.org). Each major release will have its own branch, so that bug fixes can be provided for older versions as well. +This package follows [symantic versioning 2.0.0](https://semver.org). Each major release will have its own branch, so that bug fixes can be provided for older versions as well. ### Configuring the `InitializeTenancy` middleware