Skip to content

Commit

Permalink
Fix in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Apr 30, 2016
1 parent 1823acb commit 680102b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For clarity, here is a sample schema that allows that. May seem to be a lot of
code but have in mind that you write it only once.

```js
import { class } from 'meteor/jagi:astronomy';
import { Class } from 'meteor/jagi:astronomy';

const Posts = new Mongo.Collection('posts');
const Post = Class.create({
Expand Down

0 comments on commit 680102b

Please sign in to comment.