From ff7242b0dc1baa8bae7675cfb413ada8aa03b20b Mon Sep 17 00:00:00 2001 From: Sean Dietrich Date: Wed, 29 Mar 2017 07:12:21 -0700 Subject: [PATCH] Fixing project name --- README.md | 6 +++--- composer.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8bafb90..759c5a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Terminus Upstream Dev Tools +# Terminus Upstream Deploymnent Plugin -[![Terminus v1.x Compatible](https://img.shields.io/badge/terminus-v1.x-green.svg)](https://github.com/terminus-plugin-project/terminus-upstream-dev/tree/master) +[![Terminus v1.x Compatible](https://img.shields.io/badge/terminus-v1.x-green.svg)](https://github.com/terminus-plugin-project/terminus-upstream-deployment-plugin/tree/master) Terminus plugin to automate the process of updating a site through the upstream. This performs a backup before applying upstream updates. @@ -11,7 +11,7 @@ as this site will: * pull any updates from the upstream and apply them on dev * run updatedb on your dev environment * run clear cache on your dev environment -* check to see if your test environment initiliazed +* check to see if your test environment initialized * take a backup of your test environment * run updatedb on your test environment * run clear cache on your test environment diff --git a/composer.json b/composer.json index 010fa32..e89f4da 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "terminus-plugin-project/terminus-upstream-dev", + "name": "terminus-plugin-project/terminus-upstream-deployment-plugin", "description": "", - "homepage": "https://github.com/terminus-plugin-project/terminus-upstream-dev", + "homepage": "https://github.com/terminus-plugin-project/terminus-upstream-deployment-plugin", "license": "MIT", "type": "terminus-plugin", "require": {