From b836bf12f1550ddce32c5dd5676524e1fb2b026b Mon Sep 17 00:00:00 2001 From: Harlan T Wood Date: Sat, 2 Jan 2016 09:07:59 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d05395c..9e38893a6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ > The web interface for [IPFS](https://ipfs.io/) -IPFS Webui is a web interface for IPFS, the Interplanetary File System. With the interface, you can check on your node info, network addresses, see connections on a globe visually, seee your files, look at your config and logs without needing to touch the CLI, and more. This interface uses the [js-ipfs-api](//github.com/ipfs/js-ipfs-api) for all of its heavy lifting. +IPFS Webui is a web interface for IPFS, the Interplanetary File System. With the interface, you can check on your node info, network addresses, see connections on a globe visually, see your files, look at your config and logs without needing to touch the CLI, and more. This interface uses the [js-ipfs-api](//github.com/ipfs/js-ipfs-api) for all of its heavy lifting. The webui is a **work-in-progress**. Follow the [development](#development) processes below to check it out.