Skip to content

Commit

Permalink
DOCS-9864: Fix hashed sharding example
Browse files Browse the repository at this point in the history
Signed-off-by: kay <kay.kim@10gen.com>
  • Loading branch information
ravindk89 authored and kay-kim committed Feb 6, 2017
1 parent 13b9b09 commit 5c84b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorial/deploy-sharded-cluster-hashed-sharding.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ The following operation shards the target collection using the

.. code-block:: javascript

sh.shardCollection("<database>.<collection>", { <key> : <direction> } )
sh.shardCollection("<database>.<collection>", { <key> : "hashed" } )

0 comments on commit 5c84b16

Please sign in to comment.