Skip to content

Commit

Permalink
Add link to docs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Oct 18, 2024
1 parent 1588190 commit 5c3ac7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ get_argv_of_pid_as_string(some_process_id) //=> "arg0\x00arg1"
get_argv_of_pid_as_array(some_process_id) //=> ["arg0","arg1"]
```

Docs here: https://getargv.github.io/getargv.js/interfaces/GetArgv.html

## Development

After checking out the repo, run `npm i` to install dependencies. Then, run `npm run test` to run the tests. You can also run `npm run console` for an interactive prompt that will allow you to experiment.
Expand Down

0 comments on commit 5c3ac7f

Please sign in to comment.