From 2f8a6f5cbff86e2f35fb262d5d35cf9e579f9df9 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Wed, 3 Jun 2020 14:17:16 +0200 Subject: [PATCH] fix license in package.json --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 045398da..b92f7afd 100755 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ Please checkout our [contributing guide](CONTRIBUTING.md) on ways to contribute Follow documentation hosted on [OhMyForm.com](http://ohmyform.com/docs/install/) it will be the main and hopefully only location to obtain the up to date documentation. +if you pull the repository do not forget to execute: `git submodule update --init` + ## Where to get help [![Discord](https://img.shields.io/discord/595773457862492190.svg?label=Discord%20Chat)](https://discord.gg/Y2TTePM) diff --git a/package.json b/package.json index c3d425a7..509c4915 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ohmyform", "description": "Opensource alternative to TypeForm", "homepage": "https://github.com/ohmyform/ohmyform", - "license": "AGPL", + "license": "AGPL-3.0-or-later", "repository": { "type": "git", "url": "https://github.com/ohmyform/ohmyform.git"