Skip to content

Commit

Permalink
Fix typos in INSTALL-paas.md
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Mar 21, 2013
1 parent b887df5 commit 616ae03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/INSTALL-paas.md
Expand Up @@ -195,8 +195,8 @@ require 'tdiary/io/cache/memcached'

```
git add .
git commit -m "enable memcach"
git commit -m "enable memcache"
git push heroku deploy:master
```

git push コマンドが完了すると memacached をキャッシュの保存先とした tDiary が利用可能となります。
git push コマンドが完了すると memcached をキャッシュの保存先とした tDiary が利用可能となります。

0 comments on commit 616ae03

Please sign in to comment.