소스 검색

Fix mislabeled features in README.md

Taylor Cramer 8 년 전
부모
커밋
c4c8a447a2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -88,12 +88,12 @@ and `smoltcp::phy::TapInterface`, if the platform supports it.
 
 ### Feature `use_alloc`
 
-The `use_std` feature enables use of objects owned by the networking stack through a dependency
+The `use_alloc` feature enables use of objects owned by the networking stack through a dependency
 on `alloc::boxed::Box`. This only works on nightly rustc.
 
 ### Feature `use_collections`
 
-The `use_std` feature enables use of slices owned by the networking stack through a dependency
+The `use_collections` feature enables use of slices owned by the networking stack through a dependency
 on `collections::vec::Vec`. This only works on nightly rustc.
 
 ### Feature `use_log`