Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nojimage committed Sep 2, 2022
1 parent 30c6b0a commit 99a54bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ php composer.phar require nojimage/cakephp-remember-me

アプリケーションの `src/Application.php` ファイルへ、次の行を追加します:

```shell
```php
$this->addPlugin('RememberMe');
```

Expand All @@ -43,7 +43,7 @@ bin/cake plugin load RememberMe

マイグレーションを実行し、データベースへ必要なテーブルを作成します:

```
```shell
bin/cake migrations migrate -p RememberMe
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ php composer.phar require nojimage/cakephp-remember-me

Load the plugin by adding the following statement in your project's `src/Application.php`:

```shell
```php
$this->addPlugin('RememberMe');
```

Expand All @@ -43,7 +43,7 @@ bin/cake plugin load RememberMe

Run migration:

```
```shell
bin/cake migrations migrate -p RememberMe
```

Expand Down

0 comments on commit 99a54bb

Please sign in to comment.