Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karakhanyans committed Dec 16, 2022
1 parent b757ff0 commit 787c4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class DigitalOceanController extends Controller
*/
public function droplets(DropletsService $dropletsService): \Illuminate\Http\JsonResponse
{
$droplets = $dropletsService->index();
$droplets = $dropletsService->list();

return response()->json($droplets);
}
Expand Down

0 comments on commit 787c4d6

Please sign in to comment.