diff --git a/README.md b/README.md
index f23ea03..03ec425 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
# Hack The System 2021
-Welcome to the Hack The System 2021 Fluence Hackathon track where five weeks of fun can turn into juicy bounties and heaps of fame !!
-
+Welcome to the Hack The System 2021 Fluence Hackathon track where five weeks of fun can turn into juicy bounties and heaps of fame!
## Fluence Overview
[Fluence Labs](https://fluence.network/) builds distributed networks, development tools, components and support systems to allow developers to efficiently and reliably build, operate, monetize, and maintain distributed and decentralized services and applications.
@@ -9,26 +8,26 @@ Welcome to the Hack The System 2021 Fluence Hackathon track where five weeks of
[Aquamarine](https://github.com/fluencelabs/aquamarine) is Fluence's open source contribution to improve the development and operation of distributed, p2p networks and network services both at the code and conceptual level. Specifically, Aquamarine is a programming language and runtime with a focus on communication operations and coordination based on [π-calculus](https://en.wikipedia.org/wiki/%CE%A0-calculus). This allows developers not only to formally model and reason about message flows and topologies but also to easily implement reliable and tractable distributed solutions.
## Hackathon Overview
-The Fluence stack is very well suited to complement blockchains by provisioning decentralized application and off-chain compute services. We offer three tracks to explore the off-/on-chain mutualism using the Fluence tools and stack:
+The Fluence stack is very well suited to symbiotically complement blockchains by provisioning decentralized application and off-chain compute services. We offer three tracks to explore the off-/on-chain mutualism using the Fluence tools and stack:
### Easy
Use one of the Wasm-based services, e.g., Ether Price Discovery service, Curl service, or Url Downloader service, already deployed to the [Fluence testnet](https://dash.fluence.dev/) and use [AIR](https://fluence.dev/docs/air-scripts) to implement the query, or queries, from your frontend app.
-Prizes: USD 100.00 per functional, dockerized submission
+Prizes: USD 100.00 per functional, dockerized submission.
### Medium
Implement and deploy an Ether price discovery service pulling data from a DEX, e.g., Uniswap. Use [AIR](https://fluence.dev/docs/air-scripts) to query data from the service to your frontend app.
-Prizes: USD 250.00 per functional, dockerized submission
+Prizes: USD 250.00 per functional, dockerized submission.
### Hard
Implement an (decentralized) application of your choice on the Fluence stack connecting the frontend and with at least two
backend services using [AIR](https://fluence.dev/docs/air-scripts). At least one of the backend services should require [authentication](https://fluence.dev/docs/tetraplets).
Prizes: USD 2000.00 and USD 1,000.00 for the best and second best functional, dockerized submission, respectively.
-
### Resources And Support
* [Documentation](https://fluence.dev/docs)
-*
-We are hosting a [workshop]()
+* [Discord]()
+* We are hosting a [workshop]() March 3, 2021, 17:30 GMT
+* Feel free to post issues in this repo with any questions
Fluence is [hiring](https://fluence.network/join.html) !!
diff --git a/workshop/Readme.md b/workshop/Readme.md
new file mode 100644
index 0000000..0576cc3
--- /dev/null
+++ b/workshop/Readme.md
@@ -0,0 +1,5 @@
+# Workshop
+
+When: March 3, 2021 17:30 GMT
+
+Resources: Coming soon.