Skip to content

Commit

Permalink
updated index path for extra clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocosentino committed Oct 1, 2021
1 parent 217ef0c commit a254223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repo contains the challenges that are part of the Styla "**CS101 - Coding c

- Clone this project locally
- run `yarn` to install dependencies
- Write your code in `index.tsx`
- Write your code in `src/index.tsx`
- run `yarn start`. Changes to the code are automatically detected and will trigger an automatic restart of the service.

## How to run tests
Expand Down Expand Up @@ -53,7 +53,7 @@ swap(2, 3) => [1, 2, 3, 4, 5]
```

**Implementation details:**
The function called `minimumSwaps` is already bootstrapped in `index.tsx`. Put your logic inside here.
The function called `minimumSwaps` is already bootstrapped in `src/index.tsx`. Put your logic inside here.
When you're done run `yarn test` to verify if your solution is correct.

---
Expand Down

0 comments on commit a254223

Please sign in to comment.