Skip to content

Commit

Permalink
Improve UX. Fix copy button for install options (jaredpalmer#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseiAQ authored and jaredpalmer committed Jan 28, 2019
1 parent 7bc76e0 commit 4f27ac1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ You can install Formik with [NPM](https://npmjs.com),

```sh
npm install formik --save
# or
```
or
```
yarn add formik
```

Expand Down

0 comments on commit 4f27ac1

Please sign in to comment.