Skip to content

Commit 5903882

Browse files
committed
Update README.md
1 parent 8d14078 commit 5903882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SharedAllocator interface is similar to `std::allocator` interface
55
so `std::allocator` can be easily replaced by `salloc::shared_allocator` (or by other `salloc::` allocators).
66

77
### adding shared_allocator to your project with CMake
8-
1. Copy files include/shared_allocator/*.* to your shared_allocator directory inside your include directory
8+
1. Copy files include/shared_allocator/*.* to your include directory
99
(for example, include/third_party/shared_allocator or just include/shared_allocator).
1010
2. Copy files source/*.* to your sources directory (for example, source/shared_allocator).
1111
3. Include source/shared_allocator/CMakeLists.txt into your main CMakeLists.txt: `add_subdirectory(source/shared_allocator)`

0 commit comments

Comments
 (0)