Update README.md

This commit is contained in:
Aaron Boodman
2016-06-01 16:53:18 -07:00
parent 7d532b653c
commit ec61b540f2

View File

@@ -26,12 +26,3 @@ noms ds http://localhost:8000
# Print the history of the counter dataset
noms log http://localhost:8000:counter
```
## About
Server is not commonly used directly by users, but is a building block used by other tools. For example, you can connect the counter application to your running server like so:
```
./counter http://localhost:8000:counter
./counter http://localhost:8000:counter
```