Skip to content

Commit 91a63d4

Browse files
committed
chore: updated README for clarity
1 parent 31d38c2 commit 91a63d4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ Stub code has been provided in Go, C#, and Javascript. Please use the language t
88

99
### Requirements
1010

11+
- Fork this repo to implement your solution
1112
- The library package provides an API for retrieving the Nth prime number using 0-based indexing where the 0th prime number is 2
1213
- Interviewers must be able to execute a suite of tests
1314
- Go: `go test ./...`
1415
- C#: `dotnet test Sieve.Tests`
1516
- Javascript: `npm run test`
16-
- Your solution is committed to this project's `main` branch, no uncommitted changes or untracked files please.
17+
- Your solution is committed to your project's `main` branch, no uncommitted changes or untracked files please
18+
- Submit the link to your public fork for review
1719

1820
### Considerations
1921

20-
During the technical interview, your submission will be discussed and you will be evaluated in the following areas:
22+
During the technical interview, your submission will be discussed, and you will be evaluated in the following areas:
2123

2224
- Technical ability
2325
- Communication skills

0 commit comments

Comments
 (0)