From 80afb0ab88b461d47bded5c8ec83d06e283b2893 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Sat, 20 Apr 2019 10:56:56 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cd3db8b..0e466460 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# Actions Toolkit 🛠 \ No newline at end of file +# Actions Toolkit 🛠 + +## Packages + +| Package | Description | +| ------- | ----------- | +| [@actions/exit](packages/exit) | Provides utilities for exiting from an action | +| [@actions/toolkit](packages/toolkit) | A general-purpose toolkit for writing actions |