diff --git a/internal/tutorial/README.md b/internal/tutorial/README.md index a66c0a0..e52c01b 100644 --- a/internal/tutorial/README.md +++ b/internal/tutorial/README.md @@ -12,9 +12,10 @@ real OONI code, it should always be up to date. - [Using the measurex package to write network experiments](measurex) +- [Low-level networking using netxlite](netxlite) ## Regenerating the tutorials ``` (cd ./internal/tutorial && go run ./generator) -``` \ No newline at end of file +```