diff --git a/doc/README.Installation.md b/doc/README.Installation.md index dfc8ce9..2a098dc 100644 --- a/doc/README.Installation.md +++ b/doc/README.Installation.md @@ -43,7 +43,7 @@ Start a Rails console: Create a new user record: - user = User.create(realname: 'Christoph Haas', password: 'foobartest', email: 'email@christoph-haas.de', provider: 'local') + user = User.create(name: 'Christoph Haas', password: 'foobartest', email: 'email@christoph-haas.de', provider: 'local') user.save! ## Cron jobs