Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix deprecated instructions in readme #34

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from
Open

Conversation

adrum
Copy link

@adrum adrum commented Dec 7, 2023

Description

Before

php ./craft install/plugin mailgun

                                                 
    The install/plugin command is deprecated.    
        Running plugin/install instead...        
                                                 

*** installing mailgun
*** installed mailgun successfully (time: 0.014s)

After

php ./craft plugin/install mailgun

*** installing mailgun
*** installed mailgun successfully (time: 0.000s)

@adrum adrum requested a review from brandonkelly as a code owner December 7, 2023 19:46
@adrum
Copy link
Author

adrum commented Nov 16, 2024

Is anything else needed from me? I'm going through and cleaning out old PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant