From 8d88140533faa409cdc6e8c1b2d5e896c89a29c3 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 19 Mar 2019 08:53:24 +0100 Subject: [PATCH] remove misleading statement Hi, I'm thinking about using the library for a project and found this sentence in the readme. It seems that the lib is not used at all (no reference to class or middleclass in the code). Sorry if I'm wrong :) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5e9a71d..9c1e55a 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,6 @@ local v = require 'semver' Using `v` allows for the nice string syntax: `v'1.2.3-alpha'`. -The `package.path` variable must be configured so that the folder in which middleclass.lua is copied is available, of course. - Please make sure that you read the license, too (for your convenience it's now included at the beginning of the semver.lua file). # Notes about version comparison