diff --git a/README.md b/README.md index 98ee9b8..f9424db 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,9 @@ need to know the following: - Basic Linux Command Line Input (CLI) - Data Representation -## Introduction +## Instructions -This is a simple tool that can do some useful things. Often in cyber security yoo will work with different -representations of data. For example, when creating payloads for exploits you might switch between ASCII and binary -values. In ASCII the value for a capital letter `A` is `65`, and `65` in hexadecimal is `41`. +For a detailed overview on what is expected to be undertaken for this project, please follow the instructions at the +following URL: -In order to complete this project, you will need to provide an implementation for the following functions/methods: - -- Basic Task: as_ASCII -- Intermediate Task: User Input -- Advanced Task: Wrapping \ No newline at end of file +- [Project: Transcoder](https://github.coventry.ac.uk/pages/CUEH/4061CEM/labs/projects/transcoder/) \ No newline at end of file