Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldelcore authored Jan 12, 2021
1 parent da72366 commit 94d3b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/macro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To get up and running with babel macros in your project, [see the macro user gui
-import css from '@trousers/core';
-import jsx from '@trousers/react';

+import { jsx, css } from '@trousers/macro';
+import { css } from '@trousers/macro';

const styles = css('button', { backgroundColor: 'red' }).modifier('primary', {
backgroundColor: 'blue',
Expand Down

0 comments on commit 94d3b69

Please sign in to comment.