Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
models -> model
  • Loading branch information
will123195 committed Apr 10, 2013
1 parent d6d0684 commit 80baf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -202,7 +202,7 @@ $artist_ids = artist::getList([ // Get an array of every artist.id in NY
```php
<?php

namespace Crave\Models;
namespace Crave\Model;

class artist extends \Sky\Model
{ // AQL defines the properties of your model.
Expand Down

0 comments on commit 80baf6d

Please sign in to comment.