use x509dump

diff --git a/FAQ b/FAQ
index c6a9459..0873a24 100644
--- a/FAQ
+++ b/FAQ
@@ -30,9 +30,12 @@
 
 	However, the asn1c compiler is able to understand the newer PKIX1
 	ASN.1 specs, contained in RFC3280, which obsole RFC2459.
-	Try this one out:
+	Try this one out instead:
 
-		./asn1c/asn1c -P examples/rfc3280-*.asn1
+		cd ./examples/sample.source.PKIX1
+		make
+		./x509dump -h
+
 
 -- 
 Lev Walkin