diff --git a/README.md b/README.md
index 4c49e63..bafe047 100644
--- a/README.md
+++ b/README.md
@@ -4,32 +4,34 @@ with RPM git repositories like the ones hosted at http://git.centos.org. Rpkg al
 some convenience methods/commands for local builds via mock or rpmbuild, for
 interacting with koji, and for generating patches.
 
-# Centpkg is in pre-alpha state, as of now this is a proof of concept.
-For now only a very small subset of rpkg commands are enabled.
+Not all typical rpkg commands have been implemented yet.  If the command you
+are looking for doesn't appear to work, please open an issue.
 
-Exception handling at the top level has been disabled for now to get better
-tracebacks during development.
-
-This repository provides two executable scripts centpkg and centpkg-sig.
+This repository provides two executable scripts, centpkg and centpkg-sig.
 
 ## centpkg
+
 Executable centpkg allows you to interact with CentOS Stream dist-git and CentOS Stream koji instance.
 
 ## centpkg-sig
+
 Executable centpkg-sig allows you to interact with CentOS Linux dist-git and CentOS Linux koji instance.
 
 ## Supported commands
+
 Here is the list currently supported commands by centpkg:
 
 * clone
 * sources
 * new-sources
+* fork
 
 Here is the list currently supported commands by centpkg-sig:
 
 * clone
 
 ## Current workflow
+
 For a sig working on a package in git.centos.org, the following workflow is
 recommended: