Remove 'vocab' from tree explanation

This commit is contained in:
asonix 2020-05-17 14:36:51 -05:00
parent e52b6a7fa7
commit d66bc425d0
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ activitystreams-new = { version = "0.1.0", git = "https://git.asonix.dog/asonix/
### Types ### Types
The project is laid out by Kind => vocabulary => Type The project is laid out by Kind => Type
So to use an ActivityStreams Video, you'd write So to use an ActivityStreams Video, you'd write
```rust ```rust

View file

@ -10,7 +10,7 @@
//! //!
//! ### Types //! ### Types
//! //!
//! The project is laid out by Kind => vocabulary => Type //! The project is laid out by Kind => Type
//! //!
//! So to use an ActivityStreams Video, you'd write //! So to use an ActivityStreams Video, you'd write
//! ```rust //! ```rust