From c1fc536c668be2b95454fd01af1862a169f5a7c2 Mon Sep 17 00:00:00 2001 From: jakcron Date: Fri, 18 May 2018 16:47:55 +0800 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7440a24..acd06e2 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ Tools & Libraries for NX (Nintendo Switch). # Tools -* __nstool__ - read *.npdm, read/extract PartitionFS (PFS0|HFS0) blobs (including *.nsp), read *.xci +* __nstool__ - read *.npdm, read/extract PartitionFS (PFS0|HFS0) blobs (including *.nsp), read/extract *.xci, read/extract *.nca # Libraries * __libfnd__ - Foundation library. * __libcrypto__ - Cryptographic functions (AES,SHA,RSA). Wrapper for [mbedTLS](https://github.com/ARMmbed/mbedtls) -* __libes__ - Handling of (NS relevant) eShop file type processing. (eTickets, etc) -* __libnx__ - Handling of NS file types +* __libes__ - Handling of (NX relevant) eShop file type processing. (eTickets, etc) +* __libnx__ - Handling of NX file types # Building