Skip to content

Commit

Permalink
feat: Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Jan 29, 2024
1 parent 05a260e commit f6aad5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const result = waitUntil(() => Date.now() >= new Date('Jan 13, 2022 11:35 am'),

## 👨‍⚖️👩‍⚖️ License

Library is shipped "as is" under the MIT License.
This library uses Parcel for bundling, ESLint and Prettier for code style, and Jest for running unit tests.


## 👷‍♂️👷‍♀️ Contributing
Expand All @@ -269,7 +269,7 @@ Contributions (issues, bug and feature requests, and PRs) are welcome! Please fo
2. Code style is powered by [ESLint](https://eslint.org) and [Prettier](https://prettier.io) with a custom config.
3. We use [jest](http://jestjs.io/) for running unit tests.

### Available commands
## Installation

#### Test:

Expand All @@ -283,7 +283,7 @@ $ npm test
$ npm run lint
```

#### Reformat:
## Installation

```sh
$ npm run format
Expand Down

0 comments on commit f6aad5e

Please sign in to comment.