diff --git a/README.md b/README.md index 9f2aaa5..6298bdc 100644 --- a/README.md +++ b/README.md @@ -264,3 +264,11 @@ Get information about a particular structure ```typescript spaceTraders.viewStructureDetails(structureId: string): Promise ``` + +### [warpJump](https://api.spacetraders.io/#api-warp_jump-WarpJump) + +Attempt a warp jump with a ship + +```typescript +spaceTraders.warpJump(shipId: string): Promise +```