Skip to content

Commit

Permalink
馃摑 improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jun 25, 2021
1 parent e5083b2 commit f66fd64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Antistatique truth source and **opinionated** configuration.
*If you're just to lazy to read the README 馃槒馃憠 `npx antistatique-frontend`*
*If you're just to lazy to read the README 馃槒馃憠 `npx antistatique-frontend@latest`*

**Others resources**
- [馃摋 Tests Handbook](doc/tests-handbook.md)
Expand Down Expand Up @@ -41,15 +41,15 @@ Currently **provides**:
First, **create your project** using the dedicated scaffolding tool for your project's technologies. Here are some usefull commands that you can use :

```bash
$ npx -p antistatique-frontend next # Cool, right?
$ npx -p antistatique-frontend@latest next # Cool, right?
$ npx create-react-app my-app --template typescript
$ npx create-next-app --example with-typescript-types my-app
```

Then, to **get this amazing environment**, simply execute the following command and answer the questions:

```bash
$ npx antistatique-frontend
$ npx antistatique-frontend@latest
```

## What's inside?
Expand Down
2 changes: 1 addition & 1 deletion playground/src/components/Icon/Icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ const Template: Story<Props> = args => <Icon {...args} />;
export const Default = Template.bind({});

Default.args = {
name: 'edit',
name: 'home',
};

0 comments on commit f66fd64

Please sign in to comment.