Skip to content

Commit 020366c

Browse files
authored
Merge pull request #24 from SpecterOps/instructions_update
update README
2 parents 8b10e93 + e6ccc94 commit 020366c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ relevant to your skill set and the position you are applying for.
1818

1919
### Requirements
2020

21-
- Fork this repo to implement your solution
21+
- Click on the "Use this template" button to create a new GitHub repository, in which you may implement your solution
2222
- The library package provides an API for retrieving the Nth prime number using 0-based indexing where the 0th prime number is 2
2323
- Interviewers must be able to execute a suite of tests
2424
- Go: `go test ./...`
2525
- C#: `dotnet test Sieve.Tests`
2626
- Javascript: `npm run test`
2727
- Python: `python -m unittest test_sieve.py`
2828
- Your solution is committed to your project's `main` branch, no uncommitted changes or untracked files please
29-
- Submit the link to your public fork for review
29+
- Submit the link to your public repo for review
3030

3131
### Considerations
3232

0 commit comments

Comments
 (0)