Skip to content

Commit

Permalink
docs: remove unnecessary brackets (#1509)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Zhukov <[email protected]>
  • Loading branch information
moshfeu and MrCheater authored Aug 31, 2020
1 parent 9583e0e commit 886c3bf
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 @@ -18,7 +18,7 @@ reSolve is a full stack functional JavaScript framework.

Make sure you have **NodeJS** version **8.10.0** or higher.

Use [create-resolve-app](packages/core/create-resolve-app) package to create a new reSolve application. The easiest way is to use [npx](https://www.npmjs.com/package/npx/v/1.1.1) ()
Use [create-resolve-app](packages/core/create-resolve-app) package to create a new reSolve application. The easiest way is to use [npx](https://www.npmjs.com/package/npx/v/1.1.1)

```sh
npx create-resolve-app my-awesome-app
Expand Down

0 comments on commit 886c3bf

Please sign in to comment.